Skip to content

Commit a9603fc

Browse files
committed
#22 Dropped Gradle for Maven - Actions update fix jar
1 parent b257bc7 commit a9603fc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/maven.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ jobs:
1515
java-version: '8'
1616
distribution: 'temurin'
1717
cache: maven
18-
- name: Build with Maven
18+
- name: Build with Maven - Install
19+
run: mvn install:install-file -Dfile=home/runner/work/JavaGame/JavaGame/res/jars/JSplashScreen.jar -DgroupId=com.thehowtotutorial.splashscreen -DartifactId=JSplashScreen -Dversion=1.0 -Dpackaging=jar
20+
- name: Build with Maven - From Pom
1921
run: mvn -B package --file pom.xml
2022

21-
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
23+
24+
# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
2225
- name: Update dependency graph
2326
uses: advanced-security/maven-dependency-submission-action@571e99aab1055c2e71a1e2309b9691de18d6b7d6

0 commit comments

Comments
 (0)