Skip to content

Commit

Permalink
⚡ local maven
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelReyes committed Oct 28, 2022
1 parent b493605 commit 8cee990
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions TripKitAndroidUI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,8 @@ version = tripkitVersion
publishing {
repositories {
maven {
// url = "file://${localMaven}"
url = publishMavenUrl
url = "file://${localMaven}"
//url = publishMavenUrl
credentials {
username = publishMavenUsername
password = publishMavenToken
Expand Down
4 changes: 2 additions & 2 deletions TripKitAndroidUIModules/TripKitAndroidUIData/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ version = tripkitVersion
publishing {
repositories {
maven {
// url = "file://${localMaven}"
url = publishMavenUrl
url = "file://${localMaven}"
//url = publishMavenUrl
credentials {
username = publishMavenUsername
password = publishMavenToken
Expand Down
4 changes: 2 additions & 2 deletions TripKitAndroidUIModules/TripKitAndroidUIDomain/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ version = tripkitVersion
publishing {
repositories {
maven {
// url = "file://${localMaven}"
url = publishMavenUrl
url = "file://${localMaven}"
//url = publishMavenUrl
credentials {
username = publishMavenUsername
password = publishMavenToken
Expand Down
2 changes: 1 addition & 1 deletion shared-android
2 changes: 1 addition & 1 deletion tripkit-android
Submodule tripkit-android updated 105 files

0 comments on commit 8cee990

Please sign in to comment.