Skip to content

Commit 3cc89d2

Browse files
committed
Versioning with nebula plugin
1 parent 51b59dd commit 3cc89d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jdk:
55

66
install: "/bin/true"
77

8-
script: ./gradlew clean build
8+
script: ./gradlew clean build snapshot
99

1010
after_success:
1111
- bash <(curl -s https://codecov.io/bash)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
plugins {
22
id 'java'
33
id 'jacoco'
4+
id 'nebula.release' version '13.0.0'
45
}
56

67
group 'io.github.stefan-ka'
7-
version '1.0-SNAPSHOT'
88

99
sourceCompatibility = 1.8
1010
targetCompatibility = 1.8

0 commit comments

Comments
 (0)