Commit bab5dae 1 parent 688c21c commit bab5dae Copy full SHA for bab5dae
File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## Version 1.6.0 (2022-04-27)
4
+
5
+ * [ #108 ] ( https://github.com/jaredsburrows/gradle-spoon-plugin/pull/108 ) Gradle Configuration Cache
6
+ * [ #92 ] ( https://github.com/jaredsburrows/gradle-spoon-plugin/pull/92 ) Remove upToDateWhen
7
+
3
8
## Version 1.5.1 (2021-01-05)
4
9
5
10
* [ #54 ] ( https://github.com/jaredsburrows/gradle-spoon-plugin/pull/54 ) Use Gradle's ConsoleRenderer
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ buildscript {
18
18
}
19
19
20
20
dependencies {
21
- classpath 'com.jaredsburrows:gradle-spoon-plugin:1.5.1 '
21
+ classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.0 '
22
22
}
23
23
}
24
24
@@ -47,7 +47,7 @@ buildscript {
47
47
}
48
48
49
49
dependencies {
50
- classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.0 -SNAPSHOT'
50
+ classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.1 -SNAPSHOT'
51
51
}
52
52
}
53
53
Original file line number Diff line number Diff line change @@ -48,6 +48,18 @@ dependencies {
48
48
testImplementation deps. junit
49
49
}
50
50
51
+ pluginBundle {
52
+ website = POM_URL
53
+ vcsUrl = POM_URL
54
+ description = POM_DESCRIPTION
55
+ tags = [' spoon' ]
56
+
57
+ plugins {
58
+ spoonPlugin {
59
+ displayName = POM_NAME
60
+ }
61
+ }
62
+ }
51
63
gradlePlugin {
52
64
plugins {
53
65
spoonPlugin {
Original file line number Diff line number Diff line change 1
1
GROUP =com.jaredsburrows
2
- VERSION_NAME =1.6.0 -SNAPSHOT
2
+ VERSION_NAME =1.6.1 -SNAPSHOT
3
3
4
4
POM_INCEPTION_YEAR =2017
5
5
POM_PACKAGING =jar
You can’t perform that action at this time.
0 commit comments