Skip to content

Commit

Permalink
Merge pull request #1 from TheNextLvl-net/move
Browse files Browse the repository at this point in the history
Moved adapters module outside paper module
  • Loading branch information
NonSwag authored Jul 7, 2024
2 parents 0a02017 + d65b2d9 commit ede6f7a
Show file tree
Hide file tree
Showing 18 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions adapters/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
build
4 changes: 2 additions & 2 deletions paper/adapters/build.gradle.kts → adapters/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ repositories {
}

dependencies {
compileOnly("org.projectlombok:lombok:1.18.32")
compileOnly("org.projectlombok:lombok:1.18.34")
compileOnly("org.jetbrains:annotations:24.1.0")
compileOnly("io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT")
compileOnly(project(":annotations"))

annotationProcessor("org.projectlombok:lombok:1.18.32")
annotationProcessor("org.projectlombok:lombok:1.18.34")
}

publishing {
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ include("functions")
include("i18n")
include("nbt")
include("paper")
include("paper:adapters")
include("adapters")
include("sql")
include("utils")

0 comments on commit ede6f7a

Please sign in to comment.