Skip to content

Commit

Permalink
La inn distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
TheaMarieAlnes committed Feb 2, 2024
1 parent 9721426 commit 3c0ef42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: temurin
java-version: 8
cache: maven
- name: Build with Maven
run: mvn -T 2C -B clean install
4 changes: 3 additions & 1 deletion .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ jobs:
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 1.8
distribution: temurin
java-version: 8
cache: maven
- name: Deploy artifacts to github maven repository
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 3c0ef42

Please sign in to comment.