Skip to content

Commit

Permalink
Merge pull request #11 from GetFeedback/fix/add-github-publish-repo
Browse files Browse the repository at this point in the history
Add missing publishing repository
  • Loading branch information
Stefano Guerrini authored Mar 14, 2022
2 parents 760f508 + ba1d78e commit 4c572a7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,20 @@ subprojects {
trimTrailingWhitespace()
}
}

publishing {
repositories {
maven {
name = 'Github'
url = uri('https://maven.pkg.github.com/getfeedback/kahpp-oss')

credentials {
username = project.property('githubUser')
password = project.property('githubToken')
}
}
}
}
}

spotless {
Expand Down

0 comments on commit 4c572a7

Please sign in to comment.