Skip to content

Commit dd580b9

Browse files
committed
Fixing build for Travis.
1 parent 314d23a commit dd580b9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
language: java
21
script: ./gradlew clean check
32
jdk:
43
- openjdk7

gradle/publishing.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ artifacts {
2222
archives groovydocJar
2323
}
2424

25-
signing {
26-
sign configurations.archives
27-
}
28-
2925
if (project.hasProperty('sonatypeUserName') && project.hasProperty('sonatypePassword')) {
26+
signing {
27+
sign configurations.archives
28+
}
29+
3030
uploadArchives {
3131
repositories.mavenDeployer {
3232
name = 'Sonatype OSS'

0 commit comments

Comments
 (0)