Skip to content

Commit cf2aefc

Browse files
committed
Replace Ginevra code with proper dependency
1 parent e328072 commit cf2aefc

File tree

158 files changed

+162
-7645
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

158 files changed

+162
-7645
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build project
2727
run: mvn verify --no-transfer-progress
2828
- name: Build site
29-
run: java --enable-preview -cp "app/*" zone.nox.Main --target global
29+
run: java --enable-preview -cp "app/*" zone.nox.Main build --target global
3030
- name: Setup Pages
3131
id: pages
3232
uses: actions/configure-pages@v5

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ local.properties
2828
.vscode/
2929

3030
# Maven
31-
32-
*/target/
31+
/target/
3332

3433
# JVM crash logs
3534
# see https://www.java.com/en/download/help/error_hotspot.html

ginevra/pom.xml

Lines changed: 0 additions & 125 deletions
This file was deleted.

ginevra/src/main/java/dev/nipafx/ginevra/Ginevra.java

Lines changed: 0 additions & 152 deletions
This file was deleted.

0 commit comments

Comments
 (0)