Revert "MERGE::Merge branch 'fix_gradle_build_file'"

This reverts commit 309337f26d, reversing
changes made to d902c7401d.
This commit is contained in:
Sem van der Hoeven
2019-03-11 15:59:38 +01:00
parent 309337f26d
commit 7af5470a8e
206 changed files with 6303 additions and 2634 deletions

37
.gitignore vendored
View File

@@ -19,12 +19,10 @@
# Edit at https://www.gitignore.io/?templates=java,maven,eclipse,intellij,visualstudiocode
### our project ###
# src/**/.idea/
# src/**/.gradle/
!src/GoGreen/build/reports
Client/.idea/
Client/.gradle/
Server/.idea/
Server/.gradle/
### Eclipse ###
@@ -86,10 +84,10 @@ local.properties
### Eclipse Patch ###
# Eclipse Core
# .project
.project
# JDT-specific (Eclipse Java Development Tools)
# .classpath
.classpath
# Annotation Processing
.apt_generated
@@ -217,25 +215,4 @@ buildNumber.properties
# Ignore all local history of files
.history
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode
### Gradle ###
.gradle
build/
# Ignore Gradle GUI config
gradle-app.setting
# Avoid ignoring Gradle wrapper jar file (.jar files are usually ignored)
!gradle-wrapper.jar
# Cache of project
.gradletasknamecache
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
# gradle/wrapper/gradle-wrapper.properties
### Gradle Patch ###
**/build/
# End of https://www.gitignore.io/api/gradle
# End of https://www.gitignore.io/api/java,maven,eclipse,intellij,visualstudiocode