-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitmodules
57 lines (57 loc) · 1.85 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
[submodule "checker"]
path = org.checkerframework
url = [email protected]:typetools/checker-framework.git
branch = master
[submodule "error-prone"]
path = com.google.errorprone
url = [email protected]:google/error-prone.git
branch = master
[submodule "j2objc"]
path = com.google.j2objc
url = [email protected]:sgammon/j2objc.git
branch = master
[submodule "guava"]
path = com.google.guava
url = [email protected]:sgammon/guava.git
[submodule "reactive-streams"]
path = org.reactivestreams
url = [email protected]:sgammon/reactive-streams-jvm.git
[submodule "protobuf"]
path = com.google.protobuf
url = [email protected]:sgammon/protobuf.git
[submodule "dubbo"]
path = tests/integration/dubbo
url = [email protected]:javamodules/dubbo.git
[submodule "pmd"]
path = tests/integration/pmd
url = [email protected]:javamodules/pmd.git
[submodule "ghidra"]
path = tests/integration/ghidra
url = [email protected]:javamodules/ghidra.git
[submodule "armeria"]
path = tests/integration/armeria
url = [email protected]:javamodules/armeria.git
[submodule "bazel"]
path = tests/integration/bazel
url = [email protected]:bazelbuild/bazel.git
[submodule "signal-server"]
path = tests/integration/signal-server
url = [email protected]:javamodules/Signal-Server.git
[submodule "pkl"]
path = tests/integration/pkl
url = [email protected]:javamodules/pkl.git
[submodule "checkstyle"]
path = tests/integration/checkstyle
url = [email protected]:javamodules/checkstyle.git
[submodule "gson"]
path = tests/integration/gson
url = [email protected]:google/gson.git
[submodule "geantyref"]
path = io.leangen.geantyref
url = [email protected]:javamodules/geantyref.git
[submodule "kotlinx-collections-immutable"]
path = kotlinx.collections.immutable
url = [email protected]:javamodules/kotlinx.collections.immutable.git
[submodule "maven-resolver"]
path = org.apache.maven.resolver
url = [email protected]:javamodules/maven-resolver.git