Commit 3e2ffef3 authored by 张征龙's avatar 张征龙

Merge branch 'develop'

# Conflicts:
#	Dockerfile
#	settings.gradle
parents 1a98ef6b b614a457
......@@ -12,6 +12,7 @@ buildscript {
maven { url 'http://repo.spring.io/plugins-release' }
mavenCentral()
}
dependencies {
classpath "io.spring.gradle:dependency-management-plugin:0.6.1.RELEASE"
classpath 'org.sonarsource.scanner.gradle:sonarqube-gradle-plugin:2.5' //sonarqube
......@@ -44,7 +45,6 @@ jar {
archiveName = "miria-project-test.jar"
manifest { attributes 'Main-Class': 'cn.com.duiba.miria.project.test.Application' }
}
configurations {
all*.exclude group: 'log4j', module: 'log4j'
all*.exclude group: 'org.slf4j', module: 'slf4j-log4j12'
......@@ -134,6 +134,7 @@ uploadArchives {
}
}
}
}
task listJars(description: 'Display all compile jars.') << {
configurations.compile.each { File file -> println file.name }
......
rootProject.name = 'miria-project-test'
git checkout -b dev
git checkout -b dev
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment