Skip to content

Commit

Permalink
Added 1.18 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Lorenzo0111 committed Dec 4, 2021
1 parent 9a0ab7b commit cd1e0cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ plugins {
id "java"
id "com.github.johnrengelman.shadow" version "7.1.0"
id "net.kyori.indra.publishing" version "2.0.6"
id "net.kyori.indra.publishing.sonatype" version "2.0.6"
id "io.github.slimjar" version "1.3.0"
id "org.sonarqube" version "3.3"
}
Expand All @@ -36,7 +37,7 @@ ext {
}

group = "me.lorenzo0111"
version = "1.6.2"
version = "1.6.3"

java {
withJavadocJar()
Expand Down Expand Up @@ -128,6 +129,10 @@ indra {
publishSnapshotsTo("codeMc", "https://repo.codemc.io/repository/maven-snapshots/")
}

indraSonatype {
useAlternateSonatypeOSSHost("s01")
}

processResources {
from(sourceSets.main.resources.srcDirs) {
duplicatesStrategy DuplicatesStrategy.INCLUDE
Expand Down

0 comments on commit cd1e0cf

Please sign in to comment.