File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,12 +11,12 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Check out repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 with :
1616 persist-credentials : false
1717
1818 - name : Setup JDK
19- uses : actions/setup-java@v4
19+ uses : actions/setup-java@v5
2020 with :
2121 java-version : ' 21'
2222 distribution : ' temurin'
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Check out repository
11- uses : actions/checkout@v4
11+ uses : actions/checkout@v5
1212 with :
1313 persist-credentials : false
1414
1515 - name : Setup JDK
16- uses : actions/setup-java@v4
16+ uses : actions/setup-java@v5
1717 with :
1818 java-version : ' 21'
1919 distribution : ' temurin'
Original file line number Diff line number Diff line change @@ -5,4 +5,8 @@ pluginManagement {
55 }
66}
77
8+ plugins {
9+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 1.0.0"
10+ }
11+
812rootProject.name = ext.properties[" plugin_name" ] as String
You can’t perform that action at this time.
0 commit comments