Skip to content

Commit

Permalink
Prepare release 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andygoossens committed Jul 16, 2024
1 parent 3c75157 commit 290aa05
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.2"
id "com.github.andygoossens.modernizer" version "1.9.3"
// Option B: When your root project does not have a SourceSet
id "com.github.andygoossens.modernizer" version "1.9.2" apply false
id "com.github.andygoossens.modernizer" version "1.9.3" 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.3 (July 16, 2024)

* Support Gradle's configuration cache

### Version 1.9.2 (February 26, 2024)
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.3-SNAPSHOT'
version = '1.9.3'

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

0 comments on commit 290aa05

Please sign in to comment.