Skip to content

Commit

Permalink
setup project 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossiphi committed Nov 16, 2020
1 parent e057631 commit 0e51dda
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 65 deletions.
38 changes: 0 additions & 38 deletions .classpath

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- name: Set up JDK 11
- name: Set up JDK 14
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 14
- name: Cache Maven packages
uses: actions/cache@v1
with:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,5 @@ pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
.classpath
.project
23 changes: 0 additions & 23 deletions .project

This file was deleted.

4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<!-- </repository> -->
</repositories>
<properties>
<maven.compiler.source>12</maven.compiler.source>
<maven.compiler.target>12</maven.compiler.target>
<maven.compiler.source>14</maven.compiler.source>
<maven.compiler.target>14</maven.compiler.target>
</properties>
<dependencies>
<!-- PARSE -->
Expand Down

0 comments on commit 0e51dda

Please sign in to comment.