Skip to content
Closed
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: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
cache: maven
- name: Build with Maven
run: mvn --batch-mode --update-snapshots verify
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
#cache: maven

- name: Download Artifact use-api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: actions/setup-java@v3
with:
java-version: '21'
distribution: 'adopt'
distribution: 'temurin'
cache: maven

- name: Build with Maven
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,4 @@ fabric.properties
/use-core/target
/use-gui/target
/use-assembly/target
./use-api/target
1 change: 1 addition & 0 deletions use-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>3.1.5</version>
<configuration>
<executable>true</executable>
<mainClass>org.tzi.use.UseAPIApplication</mainClass>
Expand Down
Binary file modified use-api/target/classes/org/tzi/use/MClassFacade.class
Binary file not shown.
Binary file modified use-api/target/classes/org/tzi/use/model/Operation.class
Binary file not shown.
Loading