Skip to content

Commit 17a1b7b

Browse files
Upgrade quarkus to 3.4.2 (#80)
1 parent 8b81523 commit 17a1b7b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.github/workflows/compile.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
name: Run Gradle on PRs
2-
on: pull_request
2+
on:
3+
pull_request:
4+
branches-ignore: []
5+
push:
6+
branches:
7+
- main
38
jobs:
49
gradle:
510
strategy:

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ org.gradle.caching=true
44
org.gradle.parallel=true
55
quarkusPlatformArtifactId=quarkus-bom
66
quarkusPlatformGroupId=io.quarkus.platform
7-
quarkusPlatformVersion=3.4.1
7+
quarkusPlatformVersion=3.4.2
88
quarkusPluginId=io.quarkus
9-
quarkusPluginVersion=3.4.1
9+
quarkusPluginVersion=3.4.2
1010
org.gradle.jvmargs=-Xmx2g -XX:MaxMetaspaceSize=512m -XX:+HeapDumpOnOutOfMemoryError -Dfile.encoding=UTF-8

0 commit comments

Comments
 (0)