Skip to content

Commit 3bb8f8c

Browse files
committed
move to github actions
1 parent 3d188e0 commit 3bb8f8c

File tree

2 files changed

+9
-29
lines changed

2 files changed

+9
-29
lines changed

.circleci/config.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/build.yml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@ jobs:
1010
- name: Set up JDK
1111
uses: actions/setup-java@v4
1212
with:
13-
java-version: 8
13+
java-version: 17
1414
distribution: temurin
15+
cache: 'maven'
16+
- name: Shaded dependencies
17+
run: |
18+
cd prometheus-metrics-shaded-dependencies
19+
../mvnw clean install
1520
- name: Run the Maven verify phase
16-
run: ./mvnw --batch-mode verify
21+
run: |
22+
./mvnw clean install
23+
./mvnw javadoc:jar

0 commit comments

Comments
 (0)