File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ plugins {
3
3
}
4
4
5
5
java {
6
- sourceCompatibility = JavaVersion .toVersion(" 21 " )
7
- targetCompatibility = JavaVersion .toVersion(" 21 " )
6
+ sourceCompatibility = JavaVersion .toVersion(" 24 " )
7
+ targetCompatibility = JavaVersion .toVersion(" 24 " )
8
8
}
9
9
10
10
micronaut {
Original file line number Diff line number Diff line change 1
1
version =3.7.0
2
- uxVersion =3.1.3
3
- apiVersion =4.2.3
2
+ uxVersion =3.2.0
3
+ apiVersion =4.3.0
4
4
5
5
gpr_user =noop
6
6
gpr_token =noop
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ echo "Starting Pledger.io application"
4
4
5
5
environments=" ${DB_TYPE:- h2} "
6
6
7
+ [ -n " ${OPENID_URI} " ] && environments=" ${environments} ,openid"
7
8
[ -n " ${POSTMARK_API_TOKEN} " ] && environments=" ${environments} ,postmark"
8
9
[ -n " ${MICRAUT_PROFILES} " ] && environments=" ${environments} ,${MICRAUT_PROFILES} "
9
10
You can’t perform that action at this time.
0 commit comments