Skip to content

Commit

Permalink
Merge pull request #104 from jdaugherty/5.0.x
Browse files Browse the repository at this point in the history
Move grails-publish to the plugin block
  • Loading branch information
jdaugherty authored Dec 12, 2024
2 parents 1b59ed6 + 7199a25 commit e953c90
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ buildscript {

plugins {
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.grails.grails-publish'
}

version = projectVersion
Expand All @@ -17,7 +18,6 @@ group = 'org.grails.plugins'
apply plugin: 'java-library'
apply plugin: 'java-test-fixtures'
apply plugin: 'org.grails.grails-plugin'
apply plugin: 'org.grails.grails-publish'

tasks.withType(JavaCompile).configureEach {
options.release = 17
Expand Down
10 changes: 10 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
pluginManagement {
repositories {
maven { url "https://repo.grails.org/grails/core/" }
gradlePluginPortal()
}
plugins {
id "org.grails.grails-publish" version "${grailsGradlePluginVersion}"
}
}

plugins {
id 'com.gradle.develocity' version '3.18.2'
id 'com.gradle.common-custom-user-data-gradle-plugin' version '2.0.2'
Expand Down

0 comments on commit e953c90

Please sign in to comment.