Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
floris-thijssen-ritense committed Oct 24, 2024
1 parent 0798a27 commit c3b2846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
node-version: 18

- run: npm install --global @angular/cli
working-directory: frontend/projects/valtimo/spotler
working-directory: frontend/projects/valtimo/xential
- run: npm install
working-directory: frontend/projects/valtimo/spotler
working-directory: frontend/projects/valtimo/xential
- run: npm run build
working-directory: frontend/projects/valtimo/spotler
working-directory: frontend/projects/valtimo/xential


3 changes: 1 addition & 2 deletions backend/plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@ test {
useJUnitPlatform()
}

sourceCompatibility = 20
targetCompatibility = 20
java.sourceCompatibility = JavaVersion.VERSION_22

apply plugin: "com.avast.gradle.docker-compose"

Expand Down

0 comments on commit c3b2846

Please sign in to comment.