Skip to content

Commit

Permalink
build: rephrase log message to be more correct
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Jan 9, 2025
1 parent e2d1a65 commit 5827b2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
maven { url = 'https://repo.grails.org/grails/core' }
}
dependencies {
classpath platform("org.grails:grails-bom:$grailsVersion")
//classpath platform("org.grails:grails-bom:$grailsVersion")
classpath 'com.bertramlabs.plugins:asset-pipeline-gradle'
}
}
Expand All @@ -20,7 +20,7 @@ repositories {
maven { url = 'https://repo.grails.org/grails/core' }
mavenCentral()
if (System.getenv('GITHUB_MAVEN_PASSWORD') && !grailsVersion.endsWith('-SNAPSHOT')) {
logger.lifecycle('Adding Grails Core Milestone Repo for project {}', project.name)
logger.lifecycle('Adding Grails Core Staging Repo for project {}', project.name)
maven {
url = 'https://maven.pkg.github.com/grails/grails-core'
credentials {
Expand Down

0 comments on commit 5827b2b

Please sign in to comment.