Skip to content

Commit e1ec737

Browse files
committed
add a parent platform gradle module
1 parent 1a138ad commit e1ec737

File tree

71 files changed

+102
-65
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+102
-65
lines changed

.github/README.md

Lines changed: 83 additions & 0 deletions

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ jobs:
6262
target_commitish: "${{ github.sha }}"
6363
generate_release_notes: true
6464
files: |
65-
bukkit/build/libs/apollo-bukkit-${{ env.VERSION }}.jar
66-
bungee/build/libs/apollo-bungee-${{ env.VERSION }}.jar
67-
velocity/build/libs/apollo-velocity-${{ env.VERSION }}.jar
68-
folia/build/libs/apollo-folia-${{ env.VERSION }}.jar
69-
minestom/build/libs/apollo-minestom-${{ env.VERSION }}.jar
65+
platform/bukkit/build/libs/apollo-bukkit-${{ env.VERSION }}.jar
66+
platform/bungee/build/libs/apollo-bungee-${{ env.VERSION }}.jar
67+
platform/velocity/build/libs/apollo-velocity-${{ env.VERSION }}.jar
68+
platform/folia/build/libs/apollo-folia-${{ env.VERSION }}.jar
69+
platform/minestom/build/libs/apollo-minestom-${{ env.VERSION }}.jar

README.md

Lines changed: 0 additions & 53 deletions
This file was deleted.

example/minestom/api/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ java {
99

1010
dependencies {
1111
compileOnly(project(path = ":apollo-api", configuration = "minestom"))
12-
implementation(project(path = ":apollo-minestom", configuration = "shadow"))
12+
implementation(project(path = ":platform:apollo-minestom", configuration = "shadow"))
1313

1414
implementation(libs.minestom)
1515
}

bukkit/src/main/java/com/lunarclient/apollo/ApolloBukkitPlatform.java renamed to platform/bukkit/src/main/java/com/lunarclient/apollo/ApolloBukkitPlatform.java

File renamed without changes.

bukkit/src/main/java/com/lunarclient/apollo/command/BukkitApolloCommand.java renamed to platform/bukkit/src/main/java/com/lunarclient/apollo/command/BukkitApolloCommand.java

File renamed without changes.

bukkit/src/main/java/com/lunarclient/apollo/command/BukkitLunarClientCommand.java renamed to platform/bukkit/src/main/java/com/lunarclient/apollo/command/BukkitLunarClientCommand.java

File renamed without changes.

bukkit/src/main/java/com/lunarclient/apollo/listener/ApolloMetadataListener.java renamed to platform/bukkit/src/main/java/com/lunarclient/apollo/listener/ApolloMetadataListener.java

File renamed without changes.

bukkit/src/main/java/com/lunarclient/apollo/listener/ApolloPlayerListener.java renamed to platform/bukkit/src/main/java/com/lunarclient/apollo/listener/ApolloPlayerListener.java

File renamed without changes.

0 commit comments

Comments
 (0)