Skip to content

Commit

Permalink
Fix jitpack error
Browse files Browse the repository at this point in the history
  • Loading branch information
Taskeren committed Sep 8, 2022
1 parent a9e0206 commit c2819ff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
kotlin("jvm") version "1.7.10"
`maven-publish`
}

group = "cn.taskeren.brigadierx"
Expand All @@ -13,7 +14,7 @@ repositories {
dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.5.21")

api("com.github.Mojang:brigadier:1.0.18")
api("com.mojang:brigadier:1.0.18")

// JUnit5
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit c2819ff

Please sign in to comment.