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

Commit

Permalink
Release v2.5.0 (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
suztomo committed Oct 12, 2023
1 parent effe4c1 commit 7c95719
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Change Log
All notable changes to this project will be documented in this file.

## 2.4.6-SNAPSHOT
## 2.5.1-SNAPSHOT

## 2.5.0

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

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = 2.4.6-SNAPSHOT
version = 2.5.1-SNAPSHOT
4 changes: 2 additions & 2 deletions kokoro/continuous.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
# Display commands to stderr.
set -x

sudo /opt/google-cloud-sdk/bin/gcloud components update
sudo /opt/google-cloud-sdk/bin/gcloud components install app-engine-java
sudo /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo /opt/google-cloud-sdk/bin/gcloud components install app-engine-java --quiet

cd github/app-gradle-plugin
./gradlew check
Expand Down
4 changes: 2 additions & 2 deletions kokoro/continuous_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
# Display commands to stderr.
set -x

gcloud components update
gcloud components install app-engine-java
gcloud components update --quiet
gcloud components install app-engine-java --quiet

# use adoptopenjdk11 until Java 11 support is added to Kokoro MacOS environment
brew install adoptopenjdk11
Expand Down
4 changes: 2 additions & 2 deletions kokoro/release_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ set -e
# Display commands to stderr.
set -x

sudo -E /opt/google-cloud-sdk/bin/gcloud components update
sudo -E /opt/google-cloud-sdk/bin/gcloud components install app-engine-java
sudo -E /opt/google-cloud-sdk/bin/gcloud components update --quiet
sudo -E /opt/google-cloud-sdk/bin/gcloud components install app-engine-java --quiet

cd github/app-gradle-plugin
./gradlew check prepareRelease

0 comments on commit 7c95719

Please sign in to comment.