Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
miria-project-test
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张征龙
miria-project-test
Commits
3e2ffef3
Commit
3e2ffef3
authored
Sep 30, 2019
by
张征龙
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop'
# Conflicts: # Dockerfile # settings.gradle
parents
1a98ef6b
b614a457
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
build.gradle
build.gradle
+2
-1
settings.gradle
settings.gradle
+4
-0
test.txt
test.txt
+2
-0
No files found.
build.gradle
View file @
3e2ffef3
...
...
@@ -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
}
...
...
settings.gradle
View file @
3e2ffef3
rootProject
.
name
=
'miria-project-test'
test.txt
0 → 100644
View file @
3e2ffef3
git checkout -b dev
git checkout -b dev
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment