Move all files from java subdirectory to project root

This commit is contained in:
2016-08-10 14:37:37 +01:00
parent bb92bb17d1
commit 7a1576eb4d
430 changed files with 3 additions and 3 deletions

4
.gitignore vendored
View File

@@ -5,5 +5,5 @@
.maven .maven
bin bin
build build
*.exe *.dll
*.dll *.exe

View File

@@ -73,7 +73,7 @@ subprojects {
uploadArchives { uploadArchives {
repositories.mavenDeployer { repositories.mavenDeployer {
repository(url: uri('../../.maven')) repository(url: uri('../.maven'))
} }
} }
} }

Some files were not shown because too many files have changed in this diff Show More