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 0f317cd commit 0504c1f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,11 @@ task publishGithubRelease() {
### Update Site
https://download.eclipse.org/$UpdateSitePath
### Maven
Repo: https://maven.pkg.github.com/$githubOrga/$githubRepo
Group Id: `org.eclipse.fx.drift`
Artifact Id: `org.eclipse.fx.drift`
Version: `$Versioning.version`
""".stripIndent().trim(), false)

Expand All @@ -376,6 +381,11 @@ task publishGithubRelease() {
### Update Site
https://download.eclipse.org/$UpdateSitePath
### Maven
Repo: https://maven.pkg.github.com/$githubOrga/$githubRepo
Group Id: `org.eclipse.fx.drift`
Artifact Id: `org.eclipse.fx.drift`
Version: `$Versioning.fullVersion-SNAPSHOT`
""".stripIndent().trim(), true)
println new groovy.json.JsonBuilder(release).toPrettyString()
Expand Down

0 comments on commit 0504c1f

Please sign in to comment.