CavePVP-Stuff/Proton-master/install-dependencies/install-dependencies.bat

4 lines
329 B
Batchfile
Raw Permalink Normal View History

2023-05-01 20:59:40 +02:00
@echo off
call mvn install:install-file -DgroupId=mkremins -DartifactId=fanciful -Dversion=0.4.0-SNAPSHOT -Dfile=fanciful-0.4.0-SNAPSHOT.jar -Dpackaging=jar
call mvn install:install-file -DgroupId=com.comphenix.protocol -DartifactId=ProtocolLib -Dversion=3.6.5-SNAPSHOT -Dfile=ProtocolLib-3.6.5-SNAPSHOT.jar -Dpackaging=jar
pause