aboutsummaryrefslogtreecommitdiff
path: root/build.gradle
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2016-07-07 11:32:44 +0300
committerGravatar Vitaly Takmazov2016-07-07 11:32:44 +0300
commitfe8cf8c0093bbbfb053f52a53daea9145705b62e (patch)
tree3515f5d254016f73287696e2a08ba6e7fd824714 /build.gradle
parenta8b38ca23e9b43527e85b0dbf5c9267401fd3c69 (diff)
parentfc46d9c1f8c9967f9c648f09a3714e8c3a4ed75a (diff)
merge json
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 1 insertions, 6 deletions
diff --git a/build.gradle b/build.gradle
index f2bc16ab..3a6a3612 100644
--- a/build.gradle
+++ b/build.gradle
@@ -1,4 +1,3 @@
-<<<<<<< HEAD
subprojects {
apply plugin: 'java'
repositories {
@@ -18,14 +17,13 @@ buildscript {
classpath 'com.tkruse.gradle:gradle-groovysh-plugin:1.0.8'
}
}
-
+apply plugin: 'java'
apply plugin: 'war'
apply plugin: 'css'
apply plugin: 'org.akhikhl.gretty'
apply plugin: 'com.eriwen.gradle.js'
apply plugin: 'com.github.tkruse.groovysh'
-
repositories {
mavenCentral()
}
@@ -118,6 +116,3 @@ gretty {
contextPath = ''
servletContainer = 'tomcat8'
}
-=======
-apply plugin: "java"
->>>>>>> core/develop