File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1919 java-version : ' 8'
2020 distribution : ' adopt'
2121 cache : maven
22+ server-id : ' github'
23+ server-username : ' supabase-community'
24+ server-password : ${{ secrets.GITHUB_TOKEN }}
2225 - name : Run docker compose
2326 run : cd infra && docker compose up -d
2427 - name : Build with Maven
Original file line number Diff line number Diff line change 3333 </scm >
3434
3535 <distributionManagement >
36- <snapshotRepository >
37- <id >ossrh</id >
38- <url >https://s01.oss.sonatype.org/content/repositories/snapshots</url >
39- </snapshotRepository >
4036 <repository >
41- <id >ossrh</id >
42- <url >https://s01.oss.sonatype.org/service/local/staging/deploy/maven2/</url >
37+ <id >github</id >
38+ <name >Github Supabase-Community Apache Maven Packages</name >
39+ <url >https://maven.pkg.github.com/supabase-community/storage-java</url >
4340 </repository >
4441 </distributionManagement >
4542
You can’t perform that action at this time.
0 commit comments