File tree Expand file tree Collapse file tree 2 files changed +1
-16
lines changed
Expand file tree Collapse file tree 2 files changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,6 @@ if (doSigning()) {
5050uploadArchives {
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 {
Original file line number Diff line number Diff line change 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+
112apply plugin : ' scala'
123
134archivesBaseName = " ${ project.projectName} -${ project.name} "
189 scalacheckScalaVersion = " 2.10"
1910}
2011
21-
22-
2312tasks. withType(ScalaCompile ) {
2413 scalaCompileOptions. useAnt = false
2514}
You can’t perform that action at this time.
0 commit comments