We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 314d23a commit dd580b9Copy full SHA for dd580b9
.travis.yml
@@ -1,4 +1,3 @@
1
-language: java
2
script: ./gradlew clean check
3
jdk:
4
- openjdk7
gradle/publishing.gradle
@@ -22,11 +22,11 @@ artifacts {
22
archives groovydocJar
23
}
24
25
-signing {
26
- sign configurations.archives
27
-}
28
-
29
if (project.hasProperty('sonatypeUserName') && project.hasProperty('sonatypePassword')) {
+ signing {
+ sign configurations.archives
+ }
+
30
uploadArchives {
31
repositories.mavenDeployer {
32
name = 'Sonatype OSS'
0 commit comments