Disable java dependencies in rpm package. No common meta-package exists between RHEL and Suse.

This commit is contained in:
Mark Nellemann 2020-10-02 08:39:30 +02:00
parent 9befd1b388
commit 709e3872fd
3 changed files with 8 additions and 9 deletions

13
.gitignore vendored
View File

@ -1,8 +1,7 @@
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# Ignore IntelliJ Idea directory
.idea
.gradle
.project
.classpath
.settings
bin
build

View File

@ -74,7 +74,7 @@ buildRpm {
buildDeb {
dependsOn startShadowScripts
requires('default-jre-headless')
//requires('default-jre-headless')
}

View File

@ -1,3 +1,3 @@
id = hmci
group = biz.nellemann.hmci
version = 1.0.9
version = 1.0.10