Skip to content

Commit 13153c3

Browse files
committed
Upgrade for next release.
1 parent fe08565 commit 13153c3

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ plugins {
33
}
44

55
java {
6-
sourceCompatibility = JavaVersion.toVersion("21")
7-
targetCompatibility = JavaVersion.toVersion("21")
6+
sourceCompatibility = JavaVersion.toVersion("24")
7+
targetCompatibility = JavaVersion.toVersion("24")
88
}
99

1010
micronaut {

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
version=3.7.0
2-
uxVersion=3.1.3
3-
apiVersion=4.2.3
2+
uxVersion=3.2.0
3+
apiVersion=4.3.0
44

55
gpr_user=noop
66
gpr_token=noop

src/main/bash/runner

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ echo "Starting Pledger.io application"
44

55
environments="${DB_TYPE:-h2}"
66

7+
[ -n "${OPENID_URI}" ] && environments="${environments},openid"
78
[ -n "${POSTMARK_API_TOKEN}" ] && environments="${environments},postmark"
89
[ -n "${MICRAUT_PROFILES}" ] && environments="${environments},${MICRAUT_PROFILES}"
910

0 commit comments

Comments
 (0)