Skip to content

Commit

Permalink
build: github release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Jan 28, 2023
1 parent 2fe41a3 commit 4116f45
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
//id "com.github.breadmoirai.github-release" version "2.2.12"
id "com.github.breadmoirai.github-release" version "2.4.1"
}

repositories {
Expand Down Expand Up @@ -35,14 +35,12 @@ dependencies {
version = "0.1.0"
group = "org.neo4j.chains"

/*
githubRelease {
token getProperty("github_token") // from ~/.gradle/gradle.properties
owner 'sarmbruster'
//dryRun true
//draft true
dryRun true
draft true
body changelog()
FilenameFilter filter = { dir, filename -> filename.contains(project.version) }
releaseAssets = jar.destinationDir.listFiles filter
}
*/

0 comments on commit 4116f45

Please sign in to comment.