Skip to content

Commit

Permalink
Prepare release 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
britter committed Feb 2, 2025
1 parent 31dbc26 commit 682d8e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Maven Plugin Development Gradle plugin - Changelog

## Version 1.1
## Version 1.0.2

* [Fixed][295](https://github.com/gradlex-org/maven-plugin-development/issues/295) Build no longer fails when Mojo project depends on a Kotlin library project. Thanks to @DreierF.

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "org.gradlex"
version = "1.1"
version = "1.0.2"

java {
toolchain.languageVersion = JavaLanguageVersion.of(8)
Expand Down

0 comments on commit 682d8e8

Please sign in to comment.