We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffcd359 commit 997c37cCopy full SHA for 997c37c
consume/build.gradle
@@ -3,6 +3,8 @@ apply plugin: 'java'
3
4
defaultTasks 'build'
5
6
+archivesBaseName = "${project.projectName}-${project.name}"
7
+
8
repositories {
9
mavenCentral()
10
maven {
demo/build.gradle
@@ -6,6 +6,8 @@ defaultTasks 'build'
mainClassName = "fj.demo.euler.Problem2"
11
12
13
}
tests/build.gradle
@@ -10,6 +10,7 @@
// Apply the scala plugin to add support for Scala
apply plugin: 'scala'
14
15
ext {
16
scalaVersion = "2.10.3"
0 commit comments