Skip to content

Commit

Permalink
Merge branch 'master' of github.com:freefair/gradle-plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
larsgrefer committed Mar 7, 2023
2 parents 0c8caf3 + b499786 commit 4c392ee
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Javadoc https://docs.freefair.io/gradle-plugins/current/api/

|Plugin Version |Gradle Version |Java Version | Kotlin Version
|--- |--- |--- |---
|8.0.x |8.0 |8 - 18 |
|6.6.x |7.6 |8 - 18 | 1.7.x
|6.5.x |7.5 |8 - 18 | 1.7.x
|6.4.x |7.4 |8 - 17 | 1.3.x - 1.6.x
|6.3.x |7.3 |8 - 17 | 1.3.x - 1.6.x
Expand Down
2 changes: 1 addition & 1 deletion code-generator-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apply plugin: "com.gradle.plugin-publish"
description = "A plugin for executing specified code generators"

dependencies {
implementation 'io.github.classgraph:classgraph:4.8.154'
implementation 'io.github.classgraph:classgraph:4.8.156'
api project(':code-generator-api')
testImplementation project(':test-common')

Expand Down
2 changes: 1 addition & 1 deletion examples/test-maven-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ dependencies {
api 'org.apache.maven:maven-model:3.9.0'
api 'org.apache.maven:maven-plugin-api:3.9.0'

compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.7.1'
compileOnly 'org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1'
}
2 changes: 1 addition & 1 deletion maven-plugin-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ apply plugin: "com.gradle.plugin-publish"

description = "Gradle Plugin for building Maven Plugins"

def mavenPluginToolsVersion = "3.7.1"
def mavenPluginToolsVersion = "3.8.1"

dependencies {
api project(':maven-plugin')
Expand Down

0 comments on commit 4c392ee

Please sign in to comment.