Skip to content

Commit

Permalink
build: disable github-release plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sarmbruster committed Mar 25, 2024
1 parent a5183dd commit f0c730f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.1"
// id "com.github.breadmoirai.github-release" version "2.4.1"
id 'com.github.johnrengelman.shadow' version '8.1.1'
// id 'maven-publish'
}
Expand Down Expand Up @@ -43,14 +43,14 @@ dependencies {
version = "0.2.1"
group = "de.thm.atag"

githubRelease {
/*githubRelease {
token getProperty("github_token") // from ~/.gradle/gradle.properties
owner 'THM-Graphs'
dryRun false
draft false
body changelog()
overwrite true
releaseAssets jar.archiveFile
}
}*/


0 comments on commit f0c730f

Please sign in to comment.