We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1666249 commit fddef70Copy full SHA for fddef70
3 files changed
README.md
@@ -747,7 +747,7 @@ buildscript {
747
mavenCentral()
748
}
749
dependencies {
750
- classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
+ classpath 'io.timeandspace:jpsg-gradle-plugin:1.4'
751
752
753
build.gradle
@@ -34,7 +34,7 @@ allprojects {
34
35
36
group = 'io.timeandspace'
37
- version = '1.4-SNAPSHOT'
+ version = '1.4'
38
39
40
subprojects {
jpsg-gradle-plugin-test/build.gradle
@@ -3,7 +3,7 @@ buildscript {
3
mavenLocal()
4
5
6
7
8
9
0 commit comments