File tree Expand file tree Collapse file tree 5 files changed +13
-13
lines changed
Expand file tree Collapse file tree 5 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout Latest Commit
12- uses : actions/checkout@v4.1.1
12+ uses : actions/checkout@v4.2.2
1313 - name : Grant execute permission for gradlew
1414 run : chmod +x gradlew
1515 - name : Bump Version
@@ -25,19 +25,19 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Checkout Latest Commit
28- uses : actions/checkout@v4.1.1
28+ uses : actions/checkout@v4.2.2
2929 with :
3030 ref : ' development'
3131 - name : Set up JDK
32- uses : actions/setup-java@v4.1 .0
32+ uses : actions/setup-java@v4.6 .0
3333 with :
3434 distribution : ' temurin'
35- java-version : ' 17 '
35+ java-version : ' 21 '
3636 java-package : jdk
3737 - name : Grant execute permission for gradlew
3838 run : chmod +x gradlew
3939 - name : Publish with Gradle
4040 run : ./gradlew publishMavenPublicationToSnapshotsRepository --info
4141 env :
4242 MAVEN_USERNAME : ${{ secrets.SNAPSHOTSUSERNAME }}
43- MAVEN_PASSWORD : ${{ secrets.SNAPSHOTSPASSWORD }}
43+ MAVEN_PASSWORD : ${{ secrets.SNAPSHOTSPASSWORD }}
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Latest Commit
14- uses : actions/checkout@v4.1.1
14+ uses : actions/checkout@v4.2.2
1515 - name : Grant execute permission for gradlew
1616 run : chmod +x gradlew
1717 - name : Bump Version
@@ -28,19 +28,19 @@ jobs:
2828 runs-on : ubuntu-latest
2929 steps :
3030 - name : Checkout Latest Commit
31- uses : actions/checkout@v4.1.1
31+ uses : actions/checkout@v4.2.2
3232 with :
3333 ref : ' master'
3434 - name : Set up JDK
35- uses : actions/setup-java@v4.1 .0
35+ uses : actions/setup-java@v4.6 .0
3636 with :
3737 distribution : ' temurin'
38- java-version : ' 17 '
38+ java-version : ' 21 '
3939 java-package : jdk
4040 - name : Grant execute permission for gradlew
4141 run : chmod +x gradlew
4242 - name : Publish with Gradle
4343 run : ./gradlew publishMavenPublicationToReleasesRepository
4444 env :
4545 MAVEN_USERNAME : ${{ secrets.RELEASESUSERNAME }}
46- MAVEN_PASSWORD : ${{ secrets.RELEASESPASSWORD }}
46+ MAVEN_PASSWORD : ${{ secrets.RELEASESPASSWORD }}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ dependencies {
4242 compileOnly(" de.simonsator:Party-and-Friends-MySQL-Edition-Spigot-API:1.5.4-RELEASE" )
4343 compileOnly(" de.simonsator:Spigot-Party-API-For-RedisBungee:1.0.3-SNAPSHOT" )
4444 compileOnly(" com.alessiodp.parties:parties-api:3.2.9" )
45- compileOnly(" me.clip:placeholderapi:2.11.3 " )
45+ compileOnly(" me.clip:placeholderapi:2.11.6 " )
4646}
4747
4848tasks {
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ repositories {
4444 }
4545
4646 maven {
47- url = uri(' https://repo.extendedclip.com/content/repositories/placeholderapi /' )
47+ url = uri(' https://repo.extendedclip.com/releases /' )
4848 }
4949}
5050
Original file line number Diff line number Diff line change 1616# along with this program. If not, see <http://www.gnu.org/licenses/>.
1717#
1818group =plugily.projects
19- version =1.3.14
19+ version =1.3.14-SNAPSHOT2
You can’t perform that action at this time.
0 commit comments