cosmetic
This commit is contained in:
parent
272dff4b63
commit
ec7fd49baa
3 changed files with 2 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -10,6 +10,7 @@
|
|||
/.project
|
||||
/.gradle
|
||||
build
|
||||
out
|
||||
/plugins
|
||||
/sessions
|
||||
*~
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,4 +1,4 @@
|
|||
#Fri Nov 22 14:55:55 CET 2019
|
||||
#Mon Jan 13 14:36:01 CET 2020
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
rootProject.name = name
|
||||
include 'content-core'
|
||||
include 'content-resource'
|
||||
include 'content-language'
|
||||
|
|
Loading…
Reference in a new issue