Skip to content

Commit

Permalink
Merge pull request #92 from jdaugherty/5.0.x
Browse files Browse the repository at this point in the history
Update for plugin name change
  • Loading branch information
jdaugherty authored Dec 3, 2024
2 parents 89d39db + 8726c52 commit ece4eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ group = 'org.grails.plugins'
apply plugin: 'java-library'
apply plugin: 'java-test-fixtures'
apply plugin: 'org.grails.grails-plugin'
apply plugin: 'org.grails.grails-plugin-publish'
apply plugin: 'org.grails.grails-publish'

tasks.withType(JavaCompile).configureEach {
options.release = 17
Expand Down

0 comments on commit ece4eab

Please sign in to comment.