Disable java dependencies in rpm package. No common meta-package exists between RHEL and Suse.
This commit is contained in:
parent
9befd1b388
commit
709e3872fd
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,8 +1,7 @@
|
||||||
# Ignore Gradle project-specific cache directory
|
|
||||||
.gradle
|
|
||||||
|
|
||||||
# Ignore Gradle build output directory
|
|
||||||
build
|
|
||||||
|
|
||||||
# Ignore IntelliJ Idea directory
|
|
||||||
.idea
|
.idea
|
||||||
|
.gradle
|
||||||
|
.project
|
||||||
|
.classpath
|
||||||
|
.settings
|
||||||
|
bin
|
||||||
|
build
|
||||||
|
|
|
@ -74,7 +74,7 @@ buildRpm {
|
||||||
|
|
||||||
buildDeb {
|
buildDeb {
|
||||||
dependsOn startShadowScripts
|
dependsOn startShadowScripts
|
||||||
requires('default-jre-headless')
|
//requires('default-jre-headless')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
id = hmci
|
id = hmci
|
||||||
group = biz.nellemann.hmci
|
group = biz.nellemann.hmci
|
||||||
version = 1.0.9
|
version = 1.0.10
|
||||||
|
|
Loading…
Reference in a new issue