Update main.yml

This commit is contained in:
Xanadu13
2025-04-28 00:58:37 +08:00
committed by GitHub
parent e1f775bf40
commit 6a4eb12597
+3
View File
@@ -21,6 +21,9 @@ jobs:
distribution: 'temurin' distribution: 'temurin'
cache: maven cache: maven
- name: Install the dependency
run: mvn install:install-file -DgroupId=me.clip -DartifactId=placeholderapi -Dversion=2.11.2 -Dpackaging=jar -Dfile=lib/placeholderapi-2.11.2.jar
- name: Build with Maven - name: Build with Maven
run: mvn -B package --file pom.xml run: mvn -B package --file pom.xml