Skip to content

Commit 5444dfa

Browse files
author
Mark Perry
committed
Tidy up gradle scripts
1 parent 55b0197 commit 5444dfa

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

build.gradle

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ Boolean doSigning() {
77
signingEnabled.trim() == "true"
88
}
99

10-
1110
ext {
1211
}
1312

@@ -19,10 +18,8 @@ if (JavaVersion.current().isJava8Compatible()) {
1918
}
2019
}
2120

22-
2321
allprojects {
2422

25-
2623
ext {
2724
isSnapshot = true
2825
fjBaseVersion = "4.2"
@@ -49,9 +46,8 @@ allprojects {
4946

5047
dependencySlf4jApi = "org.slf4j:slf4j-api:1.7.5"
5148
dependencyJunit = "junit:junit:4.11"
52-
53-
5449
}
50+
5551
version = fjVersion
5652
group = "org.functionaljava"
5753
}
@@ -74,7 +70,6 @@ subprojects {
7470
mavenCentral()
7571
}
7672

77-
7873
apply plugin: "maven"
7974
apply plugin: "java"
8075

@@ -108,7 +103,6 @@ subprojects {
108103
}
109104
}
110105

111-
112106
uploadArchives {
113107
enabled = false
114108
repositories {
@@ -133,8 +127,6 @@ subprojects {
133127
}
134128
scm {
135129
url scmUrl
136-
// connection scmGitFile
137-
// developerConnection scmGitFile
138130
}
139131
licenses {
140132
license {

consume/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ repositories {
66
}
77

88
dependencies {
9-
compile("org.functionaljava:functionaljava:$fjConsumeVersion")
9+
compile("$group:$projectName:$fjConsumeVersion")
1010
}

0 commit comments

Comments
 (0)