Skip to content

Commit

Permalink
Replace Ginevra code with proper dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nipafx committed Aug 14, 2024
1 parent e328072 commit cf2aefc
Show file tree
Hide file tree
Showing 158 changed files with 162 additions and 7,645 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build project
run: mvn verify --no-transfer-progress
- name: Build site
run: java --enable-preview -cp "app/*" zone.nox.Main --target global
run: java --enable-preview -cp "app/*" zone.nox.Main build --target global
- name: Setup Pages
id: pages
uses: actions/configure-pages@v5
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ local.properties
.vscode/

# Maven

*/target/
/target/

# JVM crash logs
# see https://www.java.com/en/download/help/error_hotspot.html
Expand Down
125 changes: 0 additions & 125 deletions ginevra/pom.xml

This file was deleted.

152 changes: 0 additions & 152 deletions ginevra/src/main/java/dev/nipafx/ginevra/Ginevra.java

This file was deleted.

Loading

0 comments on commit cf2aefc

Please sign in to comment.