Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
Release 7.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xxneox committed Nov 23, 2021
1 parent b382a07 commit 4a62fec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.1
7.1.2
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ subprojects {

tasks.withType<JavaCompile> {
options.encoding = Charsets.UTF_8.name()
options.release.set(17)
options.release.set(16)
}

// For Waterfall and Paper platforms: set version
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group = me.xneox
version = 7.1.1
version = 7.1.2

org.gradle.caching=true
org.gradle.parallel=true

0 comments on commit 4a62fec

Please sign in to comment.