We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f544fae + 2df0b2a commit 609af75Copy full SHA for 609af75
2 files changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: ./gradlew testAndReport
37
38
- name: Upload Artifact
39
- uses: actions/upload-artifact@v6
+ uses: actions/upload-artifact@v7
40
if: always()
41
with:
42
name: report-java-${{ matrix.java }}
@@ -100,7 +100,7 @@ jobs:
100
run: ./gradlew build -x test
101
102
103
104
105
name: jar
106
path: build/libs/**
context7.json
@@ -0,0 +1,4 @@
1
+{
2
+ "url": "https://context7.com/bitweb/java-core-lib",
3
+ "public_key": "pk_8l0HlhWI6iwzkqkkHjgP8"
4
+}
0 commit comments