Skip to content
Snippets Groups Projects
Commit ef4c75f1 authored by David Schneider's avatar David Schneider
Browse files

Use plugins block for plugins

parent a7b65029
Branches
Tags
1 merge request!1Run regressionTests on travis-ci
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
apply plugin: 'jacoco'
apply plugin: 'findbugs'
plugins {
id 'java'
id 'eclipse'
id 'maven'
id 'jacoco'
id 'findbugs'
}
project.version = '1.0.4-SNAPSHOT'
project.group = 'de.hhu.stups'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment