Skip to content

Commit

Permalink
Attempt to build on CI: copy gradle publication layout from another p…
Browse files Browse the repository at this point in the history
…roject
  • Loading branch information
vladimirlagunov committed Apr 10, 2024
1 parent ccce347 commit b9391da
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,3 @@ sshj.jar

# VSCode
.metals/
/gradle.properties
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,15 @@ publishing {
from components.java
}
}
repositories {
maven {
url publicationRepositoryUrl
credentials {
username = publicationUsername
password = publicationPassword
}
}
}
}

project.signing {
Expand Down
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Provided on CI
publicationRepositoryUrl=
publicationUsername=
publicationPassword=

0 comments on commit b9391da

Please sign in to comment.