Skip to content

Commit da4a952

Browse files
committed
Cleanup gradle build files
1 parent c2d4869 commit da4a952

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

core/build.gradle

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ if (doSigning()) {
5050
uploadArchives {
5151
repositories {
5252
mavenDeployer {
53-
// used for signing the artifacts, no need to sign snapshot, so leave out for now
54-
// beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
5553
if (doSigning()) {
5654
beforeDeployment { MavenDeployment deployment -> signing.signPom(deployment) }
5755
}
@@ -72,8 +70,6 @@ uploadArchives {
7270
}
7371
scm {
7472
url scmUrl
75-
// connection scmGitFile
76-
// developerConnection scmGitFile
7773
}
7874
licenses {
7975
license {

tests/build.gradle

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,4 @@
1-
/*
2-
* This build file was auto generated by running the Gradle 'init' task
3-
* by 'MarkPerry' at '12/12/13 10:02 AM' with Gradle 1.9
4-
*
5-
* This generated file contains a sample Scala library project to get you started.
6-
* For more details take a look at the Scala plugin chapter in the Gradle
7-
* user guide available at http://gradle.org/docs/1.9/userguide/scala_plugin.html
8-
*/
9-
10-
// Apply the scala plugin to add support for Scala
1+
112
apply plugin: 'scala'
123

134
archivesBaseName = "${project.projectName}-${project.name}"
@@ -18,8 +9,6 @@ ext {
189
scalacheckScalaVersion = "2.10"
1910
}
2011

21-
22-
2312
tasks.withType(ScalaCompile) {
2413
scalaCompileOptions.useAnt = false
2514
}

0 commit comments

Comments
 (0)