Skip to content

Commit

Permalink
prepare next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredsburrows committed Apr 27, 2022
1 parent 688c21c commit bab5dae
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change Log

## Version 1.6.0 (2022-04-27)

* [#108](https://github.com/jaredsburrows/gradle-spoon-plugin/pull/108) Gradle Configuration Cache
* [#92](https://github.com/jaredsburrows/gradle-spoon-plugin/pull/92) Remove upToDateWhen

## Version 1.5.1 (2021-01-05)

* [#54](https://github.com/jaredsburrows/gradle-spoon-plugin/pull/54) Use Gradle's ConsoleRenderer
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-spoon-plugin:1.5.1'
classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.0'
}
}
Expand Down Expand Up @@ -47,7 +47,7 @@ buildscript {
}
dependencies {
classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.0-SNAPSHOT'
classpath 'com.jaredsburrows:gradle-spoon-plugin:1.6.1-SNAPSHOT'
}
}
Expand Down
12 changes: 12 additions & 0 deletions gradle-spoon-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,18 @@ dependencies {
testImplementation deps.junit
}

pluginBundle {
website = POM_URL
vcsUrl = POM_URL
description = POM_DESCRIPTION
tags = ['spoon']

plugins {
spoonPlugin {
displayName = POM_NAME
}
}
}
gradlePlugin {
plugins {
spoonPlugin {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.jaredsburrows
VERSION_NAME=1.6.0-SNAPSHOT
VERSION_NAME=1.6.1-SNAPSHOT

POM_INCEPTION_YEAR=2017
POM_PACKAGING=jar
Expand Down

0 comments on commit bab5dae

Please sign in to comment.