Skip to content

Commit

Permalink
nebula release plugin added
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Reimann committed Aug 13, 2017
1 parent 162e8bb commit 972509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id 'com.github.kt3k.coveralls' version '2.6.3'
id 'nebula.release' version '6.0.0'
}
apply plugin: 'java'
apply plugin: 'eclipse'
Expand All @@ -10,7 +11,6 @@ apply plugin: 'signing'

mainClassName = 'org.jreliability.tester.ReliabilityTester'
group = 'org.jreliability'
version=1.4

repositories {
mavenCentral()
Expand Down

0 comments on commit 972509f

Please sign in to comment.