We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02caef4 commit dee738cCopy full SHA for dee738c
3 files changed
README.md
@@ -745,7 +745,7 @@ buildscript {
745
mavenCentral()
746
}
747
dependencies {
748
- classpath 'io.timeandspace:jpsg-gradle-plugin:1.2'
+ classpath 'io.timeandspace:jpsg-gradle-plugin:1.3'
749
750
751
build.gradle
@@ -34,7 +34,7 @@ allprojects {
34
35
36
group = 'io.timeandspace'
37
- version = '1.3-SNAPSHOT'
+ version = '1.3'
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