Skip to content

Commit

Permalink
bumped KC to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
Łukasz Włódarczyk committed Mar 9, 2024
1 parent b5b3a0a commit f7e65df
Show file tree
Hide file tree
Showing 17 changed files with 2,101 additions and 537 deletions.
Binary file removed .github/img/example-client-config.png
Binary file not shown.
Binary file removed .github/img/foot-size-execution-config-tooltip.png
Binary file not shown.
Binary file removed .github/img/foot-size-form-config.png
Binary file not shown.
Binary file removed .github/img/foot-size-form-error.png
Binary file not shown.
Binary file removed .github/img/foot-size-form.png
Binary file not shown.
Binary file removed .github/img/setting-login-theme.png
Binary file not shown.
21 changes: 21 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: main
on:
push:
branches: [ main, development ]
pull_request:
branches: [ main ]

jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Maven
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'adopt'

- name: Build with Maven
run: mvn -B -ntp package --file pom.xml
158 changes: 0 additions & 158 deletions README.md

This file was deleted.

Loading

0 comments on commit f7e65df

Please sign in to comment.