Skip to content

Commit d6291dc

Browse files
fix the local repo for testing
1 parent 775948b commit d6291dc

File tree

3 files changed

+2
-236
lines changed

3 files changed

+2
-236
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ publishing {
9999
maven {
100100
name = "local"
101101
// change URLs to point to your repos, e.g. http://my.org/repo
102-
def releasesRepoUrl = "project.layout.buildDirectory.dir/repos/releases"
103-
def snapshotsRepoUrl = "project.layout.buildDirectory.dir/repos/snapshots"
102+
def releasesRepoUrl = "${rootProject.buildDir}/repos/releases"
103+
def snapshotsRepoUrl = "${rootProject.buildDir}/repos/snapshots"
104104
url = version.endsWith("SNAPSHOT") ? snapshotsRepoUrl : releasesRepoUrl
105105
}
106106
}

idk.txt

Lines changed: 0 additions & 78 deletions
This file was deleted.

push.txt

Lines changed: 0 additions & 156 deletions
This file was deleted.

0 commit comments

Comments
 (0)