Skip to content

Commit 549b560

Browse files
committed
example: restructure gradle modules
1 parent e4d840a commit 549b560

File tree

181 files changed

+8
-8
lines changed

Some content is hidden

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

181 files changed

+8
-8
lines changed

.checkstyle/suppressions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE suppressions PUBLIC "-//Checkstyle//DTD SuppressionFilter Configuration 1.2//EN" "http://checkstyle.org/dtds/suppressions_1_2.dtd">
33
<suppressions>
44
<!-- don't require javadocs on platform modules -->
5-
<suppress files="bukkit-example-(api|json|proto|common)[\\/]src[\\/]main[\\/]java[\\/].*" checks="(FilteringWriteTag|MissingJavadoc.*)"/>
5+
<suppress files="example[\\/]bukkit[\\/](api|json|proto|common)[\\/]src[\\/]main[\\/]java[\\/].*" checks="(FilteringWriteTag|MissingJavadoc.*)"/>
66

77
<!-- ignore illegal import in loader -->
88
<suppress files="extra[\\/]loader[\\/]src[\\/]main[\\/]java[\\/].*" checks="(IllegalImport)"/>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ dependencies {
1313
compileOnly(project(path = ":apollo-common", configuration = "shadow"))
1414

1515
compileOnly(libs.folia)
16-
implementation(project(":apollo-bukkit-example-common"))
16+
implementation(project(":example:bukkit:apollo-example-bukkit-common"))
1717
}

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/ApolloApiExamplePlatform.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/ApolloApiExamplePlatform.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/Debug.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/Debug.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/DebugManager.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/DebugManager.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/DebugTask.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/DebugTask.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/command/ApolloDebugCommand.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/command/ApolloDebugCommand.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/command/BordersCommand.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/command/BordersCommand.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/command/SpamPacketsCommand.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/command/SpamPacketsCommand.java

File renamed without changes.

bukkit-example-api/src/main/java/com/lunarclient/apollo/example/api/debug/impl/BorderCollisionTest.java renamed to example/bukkit/api/src/main/java/com/lunarclient/apollo/example/api/debug/impl/BorderCollisionTest.java

File renamed without changes.

0 commit comments

Comments
 (0)