Skip to content

Commit 2d73659

Browse files
committed
A bunch more fixes. All tests passing
1 parent 5bf62d7 commit 2d73659

46 files changed

Lines changed: 1227 additions & 1285 deletions

Some content is hidden

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

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
build:
88
docker:
99
# specify the version you desire here
10-
- image: cimg/openjdk:11.0
10+
- image: cimg/openjdk:24.0
1111

1212
# Specify service dependencies here if necessary
1313
# CircleCI maintains a library of pre-built images

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up JDK 17
1717
uses: actions/setup-java@v3
1818
with:
19-
java-version: 17
19+
java-version: 25
2020
distribution: 'zulu' # Alternative distribution options are available
2121
- name: Cache Gradle packages
2222
uses: actions/cache@v3

0 commit comments

Comments
 (0)