Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
NERZ-Plugin aktualisiert
· a41edbec
Falko Schumann
authored
Oct 16, 2018
a41edbec
Version auskommentiert damit Build funtioniert
· 5769ff0a
Falko Schumann
authored
Oct 16, 2018
5769ff0a
Show whitespace changes
Inline
Side-by-side
build.gradle
View file @
5769ff0a
//--------------------------------------------------------------------
// Allgemeine Vorgaben für das Multiprojekt
//--------------------------------------------------------------------
apply
plugin:
'java'
buildscript
{
...
...
@@ -21,11 +20,8 @@ buildscript {
}
subprojects
{
version
'2.20.0-SNAPSHOT'
//
version '2.20.0-SNAPSHOT'
ext
{
kernsoftware_version
=
'[3,4)'
}
}
subprojects/de.bsvrz.sys.funclib.bitctrl/build.gradle
View file @
5769ff0a
...
...
@@ -3,7 +3,7 @@
//--------------------------------------------------------------------
plugins
{
id
"de.bsvrz.gradle.nerzswe"
version
"0.1
2
.0"
id
"de.bsvrz.gradle.nerzswe"
version
"0.1
3
.0"
id
"biz.aQute.bnd.builder"
version
"4.0.0"
}
...
...