File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66// adding this as an implementation dependency here allows usage in our convention plugin
77dependencies {
8- implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.2 " )
8+ implementation(" com.gradleup.shadow:shadow-gradle-plugin:8.3.3 " )
99}
1010
1111tasks. publish {
@@ -20,8 +20,8 @@ publishing {
2020 }
2121 repositories {
2222 maven {
23- name = " GitHubPackages "
24- url = " https://maven.pkg.github.com/skovati/copie "
23+ name = findProperty( " publishing.name " )
24+ url = findProperty( " publishing.url " )
2525 credentials {
2626 username = System . getenv(" GITHUB_ACTOR" )
2727 password = System . getenv(" GITHUB_TOKEN" )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ pluginManagement {
22 repositories {
33 maven {
44 name = " GitHubPackages"
5- url = " https://maven.pkg.github.com/skovati/copie "
5+ url = " https://maven.pkg.github.com/NASA-AMMOS/aerie "
66 credentials {
77 username = System . getenv(" GITHUB_ACTOR" )
88 password = System . getenv(" GITHUB_TOKEN" )
You can’t perform that action at this time.
0 commit comments