Skip to content

Commit

Permalink
chore: update maven-plugin-tools to 3.6.1 (#89)
Browse files Browse the repository at this point in the history
Enables support for Java 17.
  • Loading branch information
dariuszkuc authored Jan 17, 2023
1 parent 72bdf3e commit a10bd7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ kotlin-bom = { module = "org.jetbrains.kotlin:kotlin-bom" }
kotlin-stdlibJdk8 = { module = "org.jetbrains.kotlin:kotlin-stdlib-jdk8" }
groovy = { module = "org.codehaus.groovy:groovy", version = "3.0.8" }
mavenPlugin-annotations = { module = "org.apache.maven.plugin-tools:maven-plugin-annotations" }
mavenPluginTools-bom = { module = "org.apache.maven.plugin-tools:maven-plugin-tools", version = "3.6.0" }
mavenPluginTools-bom = { module = "org.apache.maven.plugin-tools:maven-plugin-tools", version = "3.6.1" }
mavenPluginTools-api = { module = "org.apache.maven.plugin-tools:maven-plugin-tools-api" }
mavenPluginTools-annotations = { module = "org.apache.maven.plugin-tools:maven-plugin-tools-annotations" }
mavenPluginTools-java = { module = "org.apache.maven.plugin-tools:maven-plugin-tools-java" }
Expand All @@ -23,4 +23,4 @@ exemplar-sampleCheck = { module = "org.gradle.exemplar:samples-check", version =

[bundles]
mavenPluginTools-deps = ["mavenPluginTools-api", "mavenPluginTools-annotations", "mavenPluginTools-java", "mavenPluginTools-generators"]
spock = ["spock-core", "spock-junit4"]
spock = ["spock-core", "spock-junit4"]

0 comments on commit a10bd7d

Please sign in to comment.