Skip to content

Commit

Permalink
feat: update paper api version
Browse files Browse the repository at this point in the history
  • Loading branch information
devproje committed Dec 28, 2023
1 parent 3b61dda commit e5eef92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion InventoryGUI-api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks {
create<Jar>("javadocJar") {
archiveClassifier.set("javadoc")
dependsOn("dokkaHtml")
from("$buildDir/dokka/html")
from("${projectDir}/build/dokka/html")
}
}

Expand Down
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
plugins {
java
kotlin("jvm") version "1.8.10"
id("org.jetbrains.dokka") version "1.8.10"
id("com.github.johnrengelman.shadow") version "7.1.2"
kotlin("jvm") version "1.9.21"
id("org.jetbrains.dokka") version "1.9.10"
id("com.github.johnrengelman.shadow") version "8.1.1"

`maven-publish`
}
Expand Down Expand Up @@ -39,7 +39,7 @@ subprojects {

dependencies {
implementation(kotlin("stdlib"))
compileOnly("io.papermc.paper:paper-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("io.papermc.paper:paper-api:1.20.3-R0.1-SNAPSHOT")
if (this@subprojects.name != "InventoryGUI-api") {
dependencies {
implementation(project(":InventoryGUI-api"))
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-7.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit e5eef92

Please sign in to comment.