This repository was archived by the owner on Apr 19, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7070 prerelease : false
7171 title : " MultiLogin v${{ env.version }}"
7272 files : |
73- velocity /build/libs/MultiLogin-Velocity -${{ env.version }}.jar
73+ h2l /build/libs/MultiLogin-H2L -${{ env.version }}.jar
Original file line number Diff line number Diff line change 3737 - name : Rename Weekly
3838 run : |
3939 mkdir release
40- mv velocity /build/libs/MultiLogin-Velocity -Build_*.jar release/
40+ mv h2l /build/libs/MultiLogin-H2L -Build_*.jar release/
4141
4242 - name : Publish Weekly
4343 uses : marvinpinto/action-automatic-releases@latest
Original file line number Diff line number Diff line change @@ -3,13 +3,12 @@ plugins {
33}
44
55repositories {
6- mavenLocal()
6+ // mavenLocal()
77 maven {
88 name ' papermc'
99 url ' https://repo.papermc.io/repository/maven-public/'
1010 }
1111
12- maven{url " https://maven.elytrium.net/repo/" }
1312 mavenCentral()
1413}
1514
@@ -19,8 +18,8 @@ dependencies {
1918 implementation project(" :loader" )
2019
2120// 需要使用本地库
22- // compileOnly fileTree(dir: 'libraries', include: ['*.jar'])
23- compileOnly(" icu.h2l.login:api:1.0.0-SNAPSHOT" )
21+ compileOnly fileTree(dir : ' libraries' , include : [' *.jar' ])
22+ // compileOnly("icu.h2l.login:api:1.0.0-SNAPSHOT")
2423 compileOnly ' io.netty:netty-all:4.1.86.Final'
2524 compileOnly ' net.minecrell:terminalconsoleappender:1.3.0'
2625 compileOnly ' com.velocitypowered:velocity-api:3.5.0-SNAPSHOT'
You can’t perform that action at this time.
0 commit comments