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.
2 parents 4ee5ee2 + 40077a3 commit 7f5a07cCopy full SHA for 7f5a07c
.circleci/config.yml
@@ -0,0 +1,11 @@
1
+# Check https://circleci.com/docs/2.0/language-java/ for more details
2
+#
3
+version: 2
4
+machine: true
5
+jobs:
6
+ build:
7
+ machine: true
8
+ steps:
9
+ - checkout
10
+
11
+ - run: mvn -B clean install
0 commit comments