I'm using version 2.2.8 of this plugin and gradle version 5.4.
My configuration:
githubRelease {
token githubToken
draft false // by default this is false
prerelease false // by default this is false
releaseAssets jar.destinationDirectory.asFile.get().listFiles() // this points to which files you want to upload as assets with your release
}
When running ./gradlew githubRelease, I get the following issue:
I'm using version 2.2.8 of this plugin and gradle version 5.4.
My configuration:
When running
./gradlew githubRelease
, I get the following issue: