Skip to content
Snippets Groups Projects
Commit 21fc314e authored by dgelessus's avatar dgelessus
Browse files

Switch to new Gradle plugins syntax

parent 579f8066
Branches
No related tags found
No related merge requests found
apply plugin: 'java'
apply plugin: 'eclipse'
apply plugin: 'maven'
plugins {
id "eclipse"
id "java"
id "maven"
}
sourceCompatibility = '1.7'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment