Skip to content

Commit

Permalink
Use of custom core-edc version with fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pneuschwander committed Apr 21, 2024
1 parent 538a4cb commit da20c6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ allprojects {
}
}
maven {
url = uri("https://maven.pkg.github.com/sovity/core-edc")
url = uri("https://maven.pkg.github.com/pneuschwander/core-edc")
credentials {
username = project.findProperty("gpr.user") as String? ?: System.getenv("USERNAME")
password = project.findProperty("gpr.key") as String? ?: System.getenv("TOKEN")
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sovityEdcExtensionsVersion=0.0.1-SNAPSHOT
sovityEdcExtensionGroup=de.sovity.edc.ext
sovityEdcGroup=de.sovity.edc
edcGroup=org.eclipse.edc
edcVersion=0.2.1-sovity1.0
edcVersion=0.2.1-sovity1.0-pneuschwander1.0
tractusGroup=org.eclipse.tractusx.edc
tractusVersion=0.5.3
assertj=3.23.1
Expand Down

0 comments on commit da20c6c

Please sign in to comment.