Skip to content

upgraded to 2021.04.001 #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 11 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,11 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: '11'
# Spellcheck
- uses: actions/checkout@v2
- uses: igsekor/[email protected]
- name: Build project with Maven
run: |
cd java/jtqj
mvn install

8 changes: 8 additions & 0 deletions .spellcheck.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
matrix:
- name: Python Source
aspell:
lang: en
d: en_US
sources:
- documentation/*

39 changes: 0 additions & 39 deletions java/jtqj/api/bin/pom.xml

This file was deleted.

This file was deleted.

Binary file added java/jtqj/core/.jtqj1.mv.db
Binary file not shown.
233 changes: 0 additions & 233 deletions java/jtqj/core/bin/pom.xml

This file was deleted.

This file was deleted.

4 changes: 0 additions & 4 deletions java/jtqj/core/bin/src/main/resources/META-INF/orm.xml

This file was deleted.

32 changes: 0 additions & 32 deletions java/jtqj/core/bin/src/main/resources/application.properties

This file was deleted.

Loading