This repository was archived by the owner on Nov 15, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 jdk : [ 9, 11, 17 ]
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919
2020 - name : Set up JDK ${{ matrix.jdk }}
2121 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v4
1414
1515 - name : Set up JDK 17
1616 uses : actions/setup-java@v3
Original file line number Diff line number Diff line change 11plugins {
22 `java- library`
33 `maven- publish`
4- id(" com.github.johnrengelman.shadow" ) version " 8.1.0 "
4+ id(" com.github.johnrengelman.shadow" ) version " 8.1.1 "
55}
66
77group = " com.eternalcode"
@@ -28,9 +28,9 @@ dependencies {
2828
2929 api(" org.jetbrains:annotations:24.0.1" )
3030
31- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.9.2 " )
32- testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.14.1 " )
33- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.9.2 " )
31+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.10.1 " )
32+ testImplementation(" nl.jqno.equalsverifier:equalsverifier:3.15.3 " )
33+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.10.1 " )
3434}
3535
3636publishing {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.0.2 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
44networkTimeout =10000
5+ validateDistributionUrl =true
56zipStoreBase =GRADLE_USER_HOME
67zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments