Skip to content

Commit

Permalink
Merge pull request #16 from MikChanNoPlugins/dev/dev
Browse files Browse the repository at this point in the history
Next release
  • Loading branch information
wtlgo authored Jun 12, 2024
2 parents 791eca4 + aaf4a9b commit b055c71
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ static def determineVersion(String defaultVersion) {
}

group = "dev.mikchan.mcnp"
version = determineVersion("1.3.1")
version = determineVersion("1.3.2")

def localProperties = new Properties()
def propertiesFile = rootProject.file("local.properties")
Expand All @@ -49,14 +49,6 @@ repositories {
url = "https://jitpack.io/"
}

maven {
name = "Ailis Maven Releases"
url = "https://nexus.ailis.de/repository/maven-releases/de/ailis/pherialize/pherialize/"
content {
includeGroup "com.xk72"
}
}

maven {
name = 'papermc'
url = 'https://repo.papermc.io/repository/maven-public/'
Expand Down

0 comments on commit b055c71

Please sign in to comment.