Skip to content

Commit

Permalink
use released glue
Browse files Browse the repository at this point in the history
  • Loading branch information
yannicklamprecht committed Apr 29, 2024
1 parent 4e53083 commit 916c945
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
11 changes: 10 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,13 @@ bin/
.DS_Store

### Bukkit
**/run/
**/run/



coincoffer-api/
coincoffer/

vault-api/
vault/

4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("dev.onelitefeather.glue") version "0.0.3-dev"
id("dev.onelitefeather.glue") version "0.0.10"
}


Expand All @@ -23,4 +23,4 @@ glue {
outputDir = layout.projectDirectory.dir("coincoffer-api")
}
}
}
}
3 changes: 2 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ pluginManagement {
includeGroup("codechicken")
}
}
maven("https://eldonexus.de/repository/maven-releases/")
}
}
for (name in listOf("coincoffer", "coincoffer-api")) {
val projName = name.lowercase(Locale.ENGLISH)
include(projName)
findProject(":$projName")!!.projectDir = file(name)
}
}

0 comments on commit 916c945

Please sign in to comment.