Skip to content

Commit

Permalink
Prepare release 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andygoossens committed Feb 24, 2024
1 parent caab020 commit e58c3da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ To use the plugin, include in your build script:
plugins {
// Option A: When your root project has a SourceSet
// e.g. the root project is applying the java/groovy/kotlin plugin as well
id "com.github.andygoossens.modernizer" version "1.9.0"
id "com.github.andygoossens.modernizer" version "1.9.1"
// Option B: When your root project does not have a SourceSet
id "com.github.andygoossens.modernizer" version "1.9.0" apply false
id "com.github.andygoossens.modernizer" version "1.9.1" apply false
}
repositories {
Expand Down
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
### Next version

### Version 1.9.1 (February 24, 2024)

* Get rid of Gradle's deprecation warnings
* Build plugin with Gradle 7.6.4

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ apply from: "$rootDir/gradle/gradle-plugin-publishing.gradle"
// 2) Gradle Plugins Portal: publishPlugins

group = 'com.github.andygoossens'
version = '1.9.1-SNAPSHOT'
version = '1.9.1'

dependencies {
compileOnly 'org.gaul:modernizer-maven-plugin:2.7.0'
Expand Down

0 comments on commit e58c3da

Please sign in to comment.