| commit | d91ac39feb1e96476c71b8dfd734774eb7b1a557 | [log] [tgz] |
|---|---|---|
| author | Mattias Reichel <mattias.reichel@gmail.com> | Mon Apr 14 18:04:04 2025 +0200 |
| committer | Mattias Reichel <mattias.reichel@gmail.com> | Mon Apr 14 18:04:04 2025 +0200 |
| tree | 50220ca34d52f1c9b97c333ba4fec156b8bc8c26 | |
| parent | 8cfff5248b0b5c5bc4d917ad421ea55bf54199c9 [diff] |
build: update develocity auth
Consolidated Home for Grails Profiles
clone https://github.com/grails/grails-core ./gradlew assemble unzip build/distributions/grails-7.0.0-SNAPSHOT.zip bin/grails
Verify profiles.version in grails-core/build.gradle matches version from https://github.com/grails/grails-profiles
Create USER_HOME/.grails/settings.groovy
grails {
profiles {
repositories {
mavenLocal()
grailsCentral {
url = "https://repo.grails.org/grails/core"
snapshotsEnabled = true
}
}
}
}
clone https://github.com/grails/grails-profiles ./gradlew build ./gradlew publishToMavenLocal
mkdir testProfiles
cd testProfiles/
{path to grails-shell cli snapshot}/grails create-app TestProfile
./gradlew dependencies --refresh-dependencies