File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- ---
2- # yamllint disable-line rule:truthy
3- name : ' Auto Assign'
1+ name : Assign
42on : pull_request_target
5-
63jobs :
74 add-reviews :
85 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1- name : Releases
2-
1+ name : Release
32on :
43 push :
54 tags :
65 - ' *'
7-
6+ branches :
7+ - master
88jobs :
9-
109 build :
1110 runs-on : ubuntu-latest
1211 steps :
Original file line number Diff line number Diff line change 11name : Test
2- on : pull_request
3-
2+ on :
3+ push :
4+ branches :
5+ - main
6+ pull_request :
7+ branches :
8+ - main
49jobs :
510 build :
611 runs-on : ubuntu-latest
7-
812 steps :
913 - name : Checkout source code
1014 uses : actions/checkout@v2
1115 - name : Set up JDK 11.0.11
1216 uses : actions/setup-java@v1
1317 with :
14- java-version : 11.0.8
18+ java-version : 11.0.11
1519 - name : Run with Gradle
1620 run : ./gradlew clean test --info
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ ext.installSrcDir = "${userHome}/.sdkman/src"
1212ext. installContribDir = " ${ userHome} /.sdkman/contrib"
1313
1414ext. environment = hasProperty(' env' ) ? env : ' local'
15- ext. hash = hasProperty(' hash' ) ? hash : ' hash '
15+ ext. hash = hasProperty(' hash' ) ? hash : ' hashme '
1616ext. release = hasProperty(' release' ) ? release : ' master'
1717ext. candidatesApi = ext. environment == ' production' ? ' https://api.sdkman.io/2' : ' http://localhost:8080/2'
1818
Original file line number Diff line number Diff line change 1- rootProject. name = " sdkman"
1+ rootProject. name = " sdkman-cli "
You can’t perform that action at this time.
0 commit comments