Skip to content

Commit

Permalink
Fix maven metadata pointing to wrong address, rename extraLibs to libs
Browse files Browse the repository at this point in the history
  • Loading branch information
0ffz committed Feb 15, 2024
1 parent 852e23c commit d2bc760
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:

- uses: MineInAbyss/publish-action@master
with:
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/extracommands/maven-metadata.xml
maven-snapshot-metadata-url: https://repo.mineinabyss.com/snapshots/com/mineinabyss/extracommands/maven-metadata.xml
maven-metadata-url: https://repo.mineinabyss.com/releases/com/mineinabyss/ExtraCommands/maven-metadata.xml
maven-snapshot-metadata-url: https://repo.mineinabyss.com/snapshots/com/mineinabyss/ExtraCommands/maven-metadata.xml
pages-path: build/dokka/htmlMultiModule/
dokka: dokkaHtmlMultiModule
maven-username: ${{ secrets.MAVEN_PUBLISH_USERNAME }}
Expand Down
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ repositories {
dependencies {
compileOnly(idofrontLibs.bundles.idofront.core)
compileOnly(idofrontLibs.minecraft.mccoroutine)
compileOnly(extraLibs.geary.papermc)
compileOnly(extraLibs.placeholderapi)
compileOnly(libs.geary.papermc)
compileOnly(libs.placeholderapi)
}

java {
Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ dependencyResolutionManagement {

versionCatalogs {
create("idofrontLibs").from("com.mineinabyss:catalog:$idofrontVersion")
create("extraLibs").from(files("gradle/extraLibs.versions.toml"))
}
}
rootProject.name = "ExtraCommands"

0 comments on commit d2bc760

Please sign in to comment.