Skip to content

Commit 049364a

Browse files
committed
Workaround since Java 8 release does not work with Gradle for ScalaDoc task
1 parent 63ed488 commit 049364a

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ allprojects {
1010
projectName = "functionaljava"
1111
}
1212
version = fjVersion
13-
group = "org.functionaljava"
13+
group = "com.github.mperry"
1414
}
1515

1616
subprojects {

settings.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11

2-
include 'core', 'demo', 'tests'
2+
//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

Comments
 (0)