Skip to content

Commit 7348d42

Browse files
authored
V1.14.0 (#38)
* Updated to FormKiQ v1.14.0 API
1 parent 098747a commit 7348d42

736 files changed

Lines changed: 57002 additions & 7257 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ jobs:
2525

2626
steps:
2727
- uses: actions/checkout@v3
28-
- name: Set up JDK 17
28+
- name: Set up JDK 11
2929
uses: actions/setup-java@v3
3030
with:
31-
java-version: '17'
31+
java-version: '11'
3232
distribution: 'temurin'
3333
- name: Restore gradle.properties
3434
env:

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
build:
16-
name: Build FormKiQ HTTP API
16+
name: Build FormKiQ API
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:

0 commit comments

Comments
 (0)