Commit 5769ff0a authored by Falko Schumann's avatar Falko Schumann 💩
Browse files

Version auskommentiert damit Build funtioniert

parent a41edbec
Loading
Loading
Loading
Loading
+1 −5
Original line number Diff line number Diff line
//--------------------------------------------------------------------
// 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)'
    }
}