Skip to content

Commit

Permalink
build: target java 17 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
ishland committed Oct 31, 2024
1 parent 10f09f6 commit 5db856a
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 @@ -3,8 +3,8 @@ plugins {
id 'maven-publish'
}

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

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

0 comments on commit 5db856a

Please sign in to comment.