We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6ef7eb commit 3005f04Copy full SHA for 3005f04
codebuild/corretto.yml
@@ -0,0 +1,9 @@
1
+version: 0.2
2
+
3
+phases:
4
+ install:
5
+ runtime-versions:
6
+ java: corretto$JAVA_VERSION
7
+ build:
8
+ commands:
9
+ - mvn install
0 commit comments