Skip to content

Commit

Permalink
Adding per version tests: attempt 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeGBLP committed Jan 18, 2025
1 parent 8f88140 commit 4c11fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation('com.vdurmont:semver4j:3.1.0')
implementation('net.wesjd:anvilgui:1.10.3-SNAPSHOT')
shadow('junit:junit:3.8.2')
testImplementation 'com.google.code.gson:gson:2.11.0'
testImplementation 'com.google.code.gson:gson:2.11.0'

compileOnly 'org.projectlombok:lombok:1.18.36'
annotationProcessor 'org.projectlombok:lombok:1.18.36'
Expand All @@ -45,7 +45,7 @@ dependencies {
}

configurations {
testImplementation.extendsFrom testShadow
testImplementation.extendsFrom shadow
}

java {
Expand Down

0 comments on commit 4c11fea

Please sign in to comment.