mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 08:14:00 +02:00
add dependencies
This commit is contained in:
parent
9b57298d66
commit
c5cf2c82b4
2 changed files with 24 additions and 2 deletions
2
.github/workflows/gradle.yml
vendored
2
.github/workflows/gradle.yml
vendored
|
|
@ -117,4 +117,4 @@ jobs:
|
||||||
RELEASE_CHANGELOG: ${{ github.event.release.body }}
|
RELEASE_CHANGELOG: ${{ github.event.release.body }}
|
||||||
IS_GITHUB_PRERELEASE: ${{ github.event.release.prerelease }}
|
IS_GITHUB_PRERELEASE: ${{ github.event.release.prerelease }}
|
||||||
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
|
HANGAR_API_TOKEN: ${{ secrets.HANGAR_API_TOKEN }}
|
||||||
run: ./gradlew publishAllPublicationsToHangar --stacktrace
|
run: ./gradlew publishAllPublicationsToHangar --stacktrace
|
||||||
|
|
|
||||||
|
|
@ -379,7 +379,29 @@ hangarPublish {
|
||||||
.map { it.trim() }
|
.map { it.trim() }
|
||||||
platformVersions.set(versions)
|
platformVersions.set(versions)
|
||||||
|
|
||||||
//TODO dependencies
|
dependencies {
|
||||||
|
hangar("ProtocolLib") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
url("Disenchantment", "https://modrinth.com/plugin/disenchantment") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
url("ToolStats", "https://modrinth.com/plugin/toolstats") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
url("HavenBags", "https://www.spigotmc.org/resources/havenbags-shulker-like-player-bound-bags-1-17-1-21-4.110420/") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
url("EcoEnchants", "https://www.spigotmc.org/resources/ecoenchants-%E2%AD%95-250-enchantments-%E2%9C%85-create-custom-enchants-%E2%9C%A8-essentials-cmi-support.79573/") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
hangar("EnchantsSquared") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
url("ExcellentEnchants", "https://www.spigotmc.org/resources/excellentenchants-%E2%AD%90-75-vanilla-like-enchantments.61693/") {
|
||||||
|
required.set(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue