We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3827b77Copy full SHA for 3827b77
.gitignore
@@ -0,0 +1,10 @@
1
+.DS_Store
2
+build
3
+**/build
4
+**/src/test/java/exploration
5
+.gradle
6
+spring-social-core/src/test/java/exploration
7
+**/.classpath
8
+**/.project
9
+**/.settings
10
+**/bin
.gitmodules
@@ -0,0 +1,3 @@
+[submodule "buildSrc"]
+ path = buildSrc
+ url = git://github.com/SpringSource/spring-build-gradle.git
0 commit comments