Skip to content

Commit

Permalink
Merge branch 'refs/heads/1.20' into 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
sisby-folk committed Aug 24, 2024
2 parents 227eda4 + 5c65fda commit f485b61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ processResources {

tasks.withType(JavaCompile).configureEach {
it.options.encoding = "UTF-8"
it.options.release = 21
it.options.release = 17
}

java {
withSourcesJar()
sourceCompatibility = JavaVersion.VERSION_21
targetCompatibility = JavaVersion.VERSION_21
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

jar {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ modDescription=Use crafting stations directly from your inventory.
authors=Sisby folk
license=LGPL-3.0-or-later
# Mod Version
baseVersion=3.0.2
baseVersion=3.0.3
# Branch Metadata
branch=1.19
tagBranch=1.21
Expand Down

0 comments on commit f485b61

Please sign in to comment.