-
-
Save dwelch2344/eb86c20b737c07db772d93fbd6039454 to your computer and use it in GitHub Desktop.
GGG
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
hu |
Author
dwelch2344
commented
Oct 2, 2024
plugins {
...
id 'maven-publish'
}
publishing {
...
repositories {
maven {
name = "GitHubPackages"
url = "https://maven.pkg.github.com/neverendingsupport/spring"
credentials {
username = System.getenv("GITHUB_ACTOR")
password = System.getenv("GITHUB_TOKEN")
}
}
}
}
eval "$(direnv hook bash)"
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment