Skip to content

Commit

Permalink
Merge pull request #137 from codeconsole/5.1.x-build
Browse files Browse the repository at this point in the history
5.1.x build
  • Loading branch information
codeconsole authored Oct 11, 2024
2 parents efb038d + a80a21b commit d898904
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'liberica'
java-version: '11'
- name: Run Build
uses: gradle/gradle-build-action@v3
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'liberica'
java-version: '11'
- name: Publish Artifacts (repo.grails.org)
id: publish
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'liberica'
java-version: ${{ matrix.java }}
- name: Set the current release version
id: release_version
Expand Down
1 change: 1 addition & 0 deletions .sdkmanrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
java=11.0.24-librca
10 changes: 3 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,11 @@ dependencyManagement {
}

dependencies {
api "org.grails:grails-dependencies"
api "org.grails:grails-web-boot"

api "org.grails.plugins:fields:$fieldsVersion"

console "org.grails:grails-console"
compileOnly "org.codehaus.groovy:groovy"
compileOnly "org.grails:grails-plugin-rest"
api "org.grails.plugins:fields:$fieldsVersion"
}


grailsPublish {
userOrg = "grails"
githubSlug = 'grails/scaffolding'
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
projectVersion=5.1.3-SNAPSHOT
grailsVersion=6.2.0
fieldsVersion=5.1.0
groovyVersion=3.0.22

org.gradle.caching=true
org.gradle.daemon=true
Expand Down

0 comments on commit d898904

Please sign in to comment.