Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Upgrade appengine-plugins-core to 0.10.0 (#491)
Browse files Browse the repository at this point in the history
* Upgrade appengine-plugins-core to 0.10.0

Upgrade appengine-plugins-core to 0.10.0 that supports java21 runtime

* Update CHANGELOG.md

Co-authored-by: Mike Eltsufin <meltsufin@google.com>

---------

Co-authored-by: Mike Eltsufin <meltsufin@google.com>
  • Loading branch information
suztomo and meltsufin authored Oct 3, 2023
1 parent 7bcc335 commit 9740919
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/unit-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
distribution: zulu
java-version: ${{ matrix.java }}
- uses: actions/cache@v2
with:
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file.

## 2.4.5-SNAPSHOT

* Update to appengine-plugins-core 0.10.0 that supports GAE java17 and java21 runtimes.

## 2.4.4

* Update to appengine-plugins-core 0.9.9, for automatic Java 17 compatibility when running local devserver [appengine-plugins-core#894](https://github.com/GoogleCloudPlatform/appengine-plugins-core/pull/894).
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<dependency>
<groupId>com.google.cloud.tools</groupId>
<artifactId>appengine-plugins-core</artifactId>
<version>0.9.9</version>
<version>0.10.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 9740919

Please sign in to comment.