Skip to content

Commit

Permalink
working on build
Browse files Browse the repository at this point in the history
  • Loading branch information
redrezo committed Jul 23, 2020
1 parent b07fc57 commit 0f317cd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,13 @@ publishing {
}
repositories {
maven {
url = "$buildDir/maven-repo"
name = "GitHubPackages"
url = "https://maven.pkg.github.com/$githubOrga/$githubRepo"
credentials {
username = "redrezo"
password = "${System.getenv('GITHUB_ACCESS_TOKEN')}"
}
// url = "$buildDir/maven-repo"
}
}
}
Expand Down

0 comments on commit 0f317cd

Please sign in to comment.