Skip to content

Commit

Permalink
Revert Java 17 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Axionize committed Oct 11, 2024
1 parent 17b6b8a commit d394c3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ plugins {
group = "ac.grim.grimac"
version = "2.3.69"
description = "Libre simulation anticheat designed for 1.21 with 1.8-1.21 support, powered by PacketEvents 2.0."
java.sourceCompatibility = JavaVersion.VERSION_17
java.targetCompatibility = JavaVersion.VERSION_17
java.sourceCompatibility = JavaVersion.VERSION_1_8
java.targetCompatibility = JavaVersion.VERSION_1_8

// Set to false for debug builds
// You cannot live reload classes if the jar relocates dependencies
Expand Down

0 comments on commit d394c3d

Please sign in to comment.