Skip to content

Commit eee6331

Browse files
fixed queue test server plugins
1 parent 3a8857f commit eee6331

File tree

2 files changed

+11
-18
lines changed

2 files changed

+11
-18
lines changed

.idea/workspace.xml

Lines changed: 9 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ tasks {
8787
systemProperty('Paper.skipServerPropertiesComments', 'true')
8888
runDirectory = layout.projectDirectory.dir('run').dir('queue')
8989
downloadPlugins {
90-
github("zeroBzeroT", "QueueServerPlugin", "3.0.0-SNAPSHOT", "queueplugin-3.0.0-SNAPSHOT+1.20.6-paper.jar")
91-
url("https://ci.dmulloy2.net/job/ProtocolLib/723/artifact/build/libs/ProtocolLib.jar")
90+
url("https://github.com/zeroBzeroT/QueuePlugin/releases/download/v3.0.0/QueuePlugin-3.0.0+1.21-paper.jar")
91+
url("https://github.com/dmulloy2/ProtocolLib/releases/download/5.3.0/ProtocolLib.jar")
9292
}
9393
dependsOn('shadowJar')
9494
}

0 commit comments

Comments
 (0)