Skip to content

Commit

Permalink
[ci skip] more cleanup from repo reorg
Browse files Browse the repository at this point in the history
  • Loading branch information
Machine-Maker committed Dec 23, 2024
1 parent 083c083 commit eb793c3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 171 deletions.
40 changes: 0 additions & 40 deletions paper-api/.gitignore

This file was deleted.

45 changes: 0 additions & 45 deletions paper-server/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion paper-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ tasks.registerRunTask("runReobfServer") {
tasks.registerRunTask("runDevServer") {
description = "Spin up a test server without assembling a jar"
classpath(sourceSets.main.map { it.runtimeClasspath })
jvmArgs("-DPaper.pushPaperAssetsRoot=true")
}

tasks.registerRunTask("runBundler") {
Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion paper-server/src/assembly/META-INF/main-class

This file was deleted.

65 changes: 0 additions & 65 deletions paper-server/src/assembly/bootstrap.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ public static RegistryAccess.Frozen createRegistry(FeatureFlagSet featureFlagSet
}

public static void setup(FeatureFlagSet featureFlagSet) {
System.setProperty("Paper.pushPaperAssetsRoot", "true"); // Paper - build system changes - push asset root
SharedConstants.tryDetectVersion();
Bootstrap.bootStrap();

Expand Down

0 comments on commit eb793c3

Please sign in to comment.