Skip to content

Commit

Permalink
fix(ci): oops
Browse files Browse the repository at this point in the history
  • Loading branch information
terminalsin committed Apr 4, 2024
1 parent acbce8f commit e6c2815
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev.skidfuscator.obfuscator/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ dependencies {
test {
useJUnitPlatform()
}
sourceCompatibility = JavaVersion.VERSION_1_9
targetCompatibility = JavaVersion.VERSION_1_9
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8

0 comments on commit e6c2815

Please sign in to comment.