mirror of
https://github.com/FancyInnovations/FancyPlugins.git
synced 2025-12-06 07:43:36 +00:00
fancyholograms-v3: Rename api module to fh-api
This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
java -jar deployment.jar ../../../../plugins/fancyholograms/release_deployment_config.json
|
java -jar deployment.jar ../../../../plugins/fancyholograms/release_deployment_config.json
|
||||||
|
|
||||||
- name: Publish to reposilite (releases)
|
- name: Publish to reposilite (releases)
|
||||||
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsReleasesRepository
|
run: ./gradlew :plugins:fancyholograms:fh-api:publishAllPublicationsToFancyinnovationsReleasesRepository
|
||||||
|
|
||||||
- name: Publish to reposilite (snapshots)
|
- name: Publish to reposilite (snapshots)
|
||||||
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository
|
run: ./gradlew :plugins:fancyholograms:fh-api:publishAllPublicationsToFancyinnovationsSnapshotsRepository
|
||||||
@@ -42,4 +42,4 @@ jobs:
|
|||||||
java -jar deployment.jar ../../../../plugins/fancyholograms/snapshot_deployment_config.json
|
java -jar deployment.jar ../../../../plugins/fancyholograms/snapshot_deployment_config.json
|
||||||
|
|
||||||
- name: Publish to reposilite (snapshots)
|
- name: Publish to reposilite (snapshots)
|
||||||
run: ./gradlew :plugins:fancyholograms:api:publishAllPublicationsToFancyinnovationsSnapshotsRepository
|
run: ./gradlew :plugins:fancyholograms:fh-api:publishAllPublicationsToFancyinnovationsSnapshotsRepository
|
||||||
@@ -55,7 +55,7 @@ allprojects {
|
|||||||
dependencies {
|
dependencies {
|
||||||
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
|
compileOnly("io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancyholograms:api"))
|
implementation(project(":plugins:fancyholograms:fh-api"))
|
||||||
implementation(project(":plugins:fancyholograms:implementation_1_20_4", configuration = "reobf"))
|
implementation(project(":plugins:fancyholograms:implementation_1_20_4", configuration = "reobf"))
|
||||||
implementation(project(":plugins:fancyholograms:implementation_1_20_2", configuration = "reobf"))
|
implementation(project(":plugins:fancyholograms:implementation_1_20_2", configuration = "reobf"))
|
||||||
implementation(project(":plugins:fancyholograms:implementation_1_20_1", configuration = "reobf"))
|
implementation(project(":plugins:fancyholograms:implementation_1_20_1", configuration = "reobf"))
|
||||||
@@ -133,7 +133,7 @@ tasks {
|
|||||||
archiveBaseName.set("FancyHolograms")
|
archiveBaseName.set("FancyHolograms")
|
||||||
archiveClassifier.set("")
|
archiveClassifier.set("")
|
||||||
|
|
||||||
dependsOn(":plugins:fancyholograms:api:shadowJar")
|
dependsOn(":plugins:fancyholograms:fh-api:shadowJar")
|
||||||
}
|
}
|
||||||
|
|
||||||
compileJava {
|
compileJava {
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ val minecraftVersion = "1.19.4"
|
|||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancyholograms:api"))
|
implementation(project(":plugins:fancyholograms:fh-api"))
|
||||||
implementation(project(":libraries:common"))
|
implementation(project(":libraries:common"))
|
||||||
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ val minecraftVersion = "1.20.1"
|
|||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancyholograms:api"))
|
implementation(project(":plugins:fancyholograms:fh-api"))
|
||||||
implementation(project(":libraries:common"))
|
implementation(project(":libraries:common"))
|
||||||
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ val minecraftVersion = "1.20.2"
|
|||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancyholograms:api"))
|
implementation(project(":plugins:fancyholograms:fh-api"))
|
||||||
implementation(project(":libraries:common"))
|
implementation(project(":libraries:common"))
|
||||||
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ val minecraftVersion = "1.20.4"
|
|||||||
dependencies {
|
dependencies {
|
||||||
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
paperweight.paperDevBundle("$minecraftVersion-R0.1-SNAPSHOT")
|
||||||
|
|
||||||
implementation(project(":plugins:fancyholograms:api"))
|
implementation(project(":plugins:fancyholograms:fh-api"))
|
||||||
implementation(project(":libraries:common"))
|
implementation(project(":libraries:common"))
|
||||||
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
compileOnly("com.viaversion:viaversion-api:5.2.1")
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ include(":plugins:fancyholograms-v2:implementation_1_20_1")
|
|||||||
include(":plugins:fancyholograms-v2:implementation_1_19_4")
|
include(":plugins:fancyholograms-v2:implementation_1_19_4")
|
||||||
|
|
||||||
include(":plugins:fancyholograms")
|
include(":plugins:fancyholograms")
|
||||||
include(":plugins:fancyholograms:api")
|
include(":plugins:fancyholograms:fh-api")
|
||||||
include(":plugins:fancyholograms:implementation_1_20_4")
|
include(":plugins:fancyholograms:implementation_1_20_4")
|
||||||
include(":plugins:fancyholograms:implementation_1_20_2")
|
include(":plugins:fancyholograms:implementation_1_20_2")
|
||||||
include(":plugins:fancyholograms:implementation_1_20_1")
|
include(":plugins:fancyholograms:implementation_1_20_1")
|
||||||
|
|||||||
Reference in New Issue
Block a user