Skip to content

Commit

Permalink
Update gradle format
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy committed Aug 24, 2023
1 parent e0f70a5 commit 22d09cc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ plugins {

dependencies {
// modules
implementation(project(":eternalcore-api"))
implementation(project(":eternalcore-paper"))
implementation(project(":eternalcore-docs-api"))
implementation(project(mapOf("path" to ":eternalcore-api")))
implementation(project(mapOf("path" to ":eternalcore-paper")))
implementation(project(mapOf("path" to ":eternalcore-docs-api")))


// Base libraries
compileOnly("org.jetbrains:annotations:24.0.1")
Expand Down
3 changes: 2 additions & 1 deletion eternalcore-docs-generate/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ plugins {
}

dependencies {
implementation(project(":eternalcore-core"))
implementation(project(mapOf("path" to ":eternalcore-core")))
implementation(project(mapOf("path" to ":eternalcore-docs-api")))

implementation("com.google.guava:guava:32.1.2-jre")
implementation("com.google.code.gson:gson:2.10.1")
Expand Down

0 comments on commit 22d09cc

Please sign in to comment.