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 51b59dd commit 3cc89d2Copy full SHA for 3cc89d2
.travis.yml
@@ -5,7 +5,7 @@ jdk:
5
6
install: "/bin/true"
7
8
-script: ./gradlew clean build
+script: ./gradlew clean build snapshot
9
10
after_success:
11
- bash <(curl -s https://codecov.io/bash)
build.gradle
@@ -1,10 +1,10 @@
1
plugins {
2
id 'java'
3
id 'jacoco'
4
+ id 'nebula.release' version '13.0.0'
}
group 'io.github.stefan-ka'
-version '1.0-SNAPSHOT'
sourceCompatibility = 1.8
targetCompatibility = 1.8
0 commit comments