Skip to content

Commit a60b61d

Browse files
committed
Tweaking build
1 parent 69da38c commit a60b61d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: "Java CI"
22
on:
33
push:
44
branches:
5-
- '[5-9].[0-9].x'
5+
- '[4-9].[0-9].x'
66
pull_request:
77
branches:
8-
- '[5-9].[0-9].x'
8+
- '[4-9].[0-9].x'
99
workflow_dispatch:
1010
env:
1111
GIT_USER_NAME: 'grails-build'

.sdkmanrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Enable auto-env through the sdkman_auto_env config
2+
# Add key=value pairs of SDKs to use below
3+
java=17.0.18-librca

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ version = projectVersion
5050
group = "org.grails.plugins"
5151

5252
subprojects { Project project ->
53-
project.version = rootProject.version
53+
project.version = projectVersion
5454
project.group = rootProject.group
5555

5656
tasks.withType(Test).configureEach {

0 commit comments

Comments
 (0)