We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 997c37c commit 443f896Copy full SHA for 443f896
4 files changed
build.gradle
@@ -1,10 +1,12 @@
1
2
-defaultTasks 'build'
3
-
4
ext {
+
5
}
6
7
allprojects {
8
+ defaultTasks 'build'
9
10
11
isSnapshot = true
12
fjBaseVersion = "3.2.1"
consume/build.gradle
@@ -1,8 +1,6 @@
apply plugin: 'java'
archivesBaseName = "${project.projectName}-${project.name}"
repositories {
core/build.gradle
@@ -2,8 +2,6 @@
apply plugin: 'maven'
sourceCompatibility = "1.6"
targetCompatibility = "1.6"
demo/build.gradle
apply plugin: 'application'
mainClassName = "fj.demo.euler.Problem2"
0 commit comments