Skip to content

Commit

Permalink
Make compatible with Java 17+
Browse files Browse the repository at this point in the history
  • Loading branch information
TechPizzaDev committed Mar 2, 2024
1 parent bc9591e commit a8ed65a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'maven-publish'
}

sourceCompatibility = targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_17

archivesBaseName = project.archives_base_name
version = project.mod_version
Expand Down

0 comments on commit a8ed65a

Please sign in to comment.