We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ed488 commit 049364aCopy full SHA for 049364a
build.gradle
@@ -10,7 +10,7 @@ allprojects {
10
projectName = "functionaljava"
11
}
12
version = fjVersion
13
- group = "org.functionaljava"
+ group = "com.github.mperry"
14
15
16
subprojects {
settings.gradle
@@ -1,2 +1,6 @@
1
2
-include 'core', 'demo', 'tests'
+//include 'core', 'demo', 'tests'
3
+include 'core', 'demo'
4
+// The final Java 8 release, (build 1.8.0-b132) does not work with Gradle and the Scala plugin
5
+// see http://issues.gradle.org/browse/GRADLE-3023
6
+
0 commit comments