File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- <?xml version =" 1.0" encoding =" UTF-8" ?>
1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
22<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
33 xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
44 <modelVersion >4.0.0</modelVersion >
1111 <maven .compiler.target>17</maven .compiler.target>
1212 </properties >
1313
14+ <repositories >
15+ <repository >
16+ <id >jitpack.io</id >
17+ <url >https://jitpack.io</url >
18+ </repository >
19+ </repositories >
20+
1421 <dependencies >
1522 <dependency >
1623 <groupId >com.github.andrestubbe</groupId >
Original file line number Diff line number Diff line change 1- @ echo off
1+ @ echo off
22chcp 65001 > nul
33
4- echo ⚡ Building Main Project...
5- call mvn -q clean install -DskipTests
6- if %ERRORLEVEL% NEQ 0 ( pause & exit /b )
74
8- echo 🚀 Running Demo...
5+ echo 🚀 Running Demo...
96cd examples\Demo
107set MAVEN_OPTS = --enable-native-access=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow
118call mvn -q compile exec:java -Dexec.mainClass=fastghostmouse.demo.Demo
You can’t perform that action at this time.
0 commit comments