Skip to content
Snippets Groups Projects
Commit 7dc0f4c8 authored by Björn Vonheiden's avatar Björn Vonheiden
Browse files

Remove application plugin from gradle subprojects and configure in root

parent d367b818
No related branches found
No related tags found
1 merge request!2Gradle + CI improvements
......@@ -10,10 +10,17 @@ buildscript {
}
}
// Plugins for all project
allprojects {
apply plugin: 'eclipse'
}
// Plugins for subprojects
subprojects {
apply plugin: 'application'
}
apply plugin: 'java-library'
apply plugin: 'pmd'
apply plugin: 'checkstyle'
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
apply plugin: 'application'
buildscript {
repositories {
maven {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment