Skip to content

Commit 4a2e91c

Browse files
committed
fix(ci/cd): add jitpack.yml due to outdated Maven version
JitPack is still stuck on Maven 3.6.1
1 parent cc07d41 commit 4a2e91c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.github/workflows/release-drafter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
</repositories>
5858
5959
<dependency>
60-
<groupId>com.cosimotiger</groupId>
60+
<groupId>com.github.${{ github.repository_owner }}</groupId>
6161
<artifactId>plugin-utilities</artifactId>
6262
<version>${{ github.ref_name }}</version>
6363
</dependency>
@@ -75,7 +75,7 @@ jobs:
7575
}
7676
7777
dependencies {
78-
implementation 'com.cosimotiger:plugin-utilities:${{ github.ref_name }}'
78+
implementation 'com.github.${{ github.repository_owner }}:plugin-utilities:${{ github.ref_name }}'
7979
}
8080
```
8181
## Changelog

jitpack.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
jdk:
2+
- openjdk17
3+
before_install:
4+
- sdk install java 17.0.12-tem
5+
- sdk use java 17.0.12-tem
6+
- sdk install maven

0 commit comments

Comments
 (0)