Changes download URLs of Paper to papermc.io
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
All checks were successful
KnarCraft/Minecraft-Server-Launcher/pipeline/head This commit looks good
Updates software version Stores version of downloaded Paper .jar files Completes #8
This commit is contained in:
@ -38,7 +38,7 @@ public class ServerVersionContainerTest {
|
||||
serverVersionContainer.reset();
|
||||
System.out.println(serverVersionContainer.toString());
|
||||
assertEquals("vanillaVersion;null\nsnapshotVersion;null\nbungeeVersion;null\nwaterfallVersions;\n" +
|
||||
"travertineVersions;\nspongeVanillaVersions;\nspongeForgeVersions;\ndownloadedBuildToolsVersion;null",
|
||||
"travertineVersions;\npaperVersions;\nspongeVanillaVersions;\nspongeForgeVersions;\ndownloadedBuildToolsVersion;null",
|
||||
serverVersionContainer.toString());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user