Skip to content

Commit

Permalink
commit workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
curtishd committed Nov 14, 2024
1 parent 2966dd3 commit 03ec5f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn compile package
run: mvn -B package --file pom.xml

- name: Run Jar
run: java -jar .\target\jotepad-1.0-jar-with-dependencies.jar
Expand Down
1 change: 0 additions & 1 deletion src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@
requires com.formdev.flatlaf;
requires java.desktop;
requires java.logging;

}

0 comments on commit 03ec5f3

Please sign in to comment.