Skip to content

Commit

Permalink
Stop using K2, 3.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Cypher121 committed Jul 22, 2023
1 parent 2ee9b5b commit fbc3615
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ tasks {

withType<KotlinCompile> {
kotlinOptions {
languageVersion = "2.0"
//languageVersion = "2.0"
jvmTarget = javaVersion.toString()
freeCompilerArgs =
listOf("-Xenable-builder-inference")
Expand Down Expand Up @@ -231,7 +231,7 @@ publishing {
}

nexusPublishing {
repositories {
this.repositories {
sonatype {
username.set(Keystore(project).sonatypeUsername.orEmpty())
password.set(Keystore(project).sonatypePassword.orEmpty())
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
minecraft = "1.20.1"
quilt_mappings = "1.20.1+build.7"
quilt_loader = "0.19.2"
qsl = "6.0.3"
qsl = "6.0.3+1.20.1"
quilt-fapi = "7.0.4+0.84.0-1.20.1"

kotlin = "1.8.22"
Expand Down
2 changes: 1 addition & 1 deletion mod.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"core": {
"version": "3.0.0+1.20.1"
"version": "3.0.1+1.20.1"
},
"platforms": {
"modrinth": {
Expand Down

0 comments on commit fbc3615

Please sign in to comment.