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 522926c commit 8e9308bCopy full SHA for 8e9308b
build.gradle
@@ -4,7 +4,7 @@ apply plugin: 'signing'
4
5
group 'com.assertthat.plugins'
6
archivesBaseName = "assertthat-bdd-gradle-tasks"
7
-version '1.0-SNAPSHOT'
+version '1.1'
8
9
sourceCompatibility = 1.7
10
targetCompatibility = 1.7
@@ -17,7 +17,7 @@ repositories {
17
dependencies {
18
implementation gradleApi()
19
implementation localGroovy()
20
- compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.0-SNAPSHOT'
+ compile group: 'com.assertthat.plugins', name: 'assertthat-bdd-standalone', version: '1.1'
21
}
22
23
task javadocJar(type: Jar) {
0 commit comments