Skip to content

Commit f29da27

Browse files
committed
add submodule native-scanner
1 parent 9a440e4 commit f29da27

File tree

7 files changed

+12
-8
lines changed

7 files changed

+12
-8
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[submodule "clue-common"]
22
path = clue-common
33
url = https://github.com/BytecodeDL/clue-common.git
4+
[submodule "native-scanner"]
5+
path = native-scanner
6+
url = https://github.com/BytecodeDL/native-scanner.git

.gradle/7.4/checksums/checksums.lock

0 Bytes
Binary file not shown.
200 Bytes
Binary file not shown.
45.7 KB
Binary file not shown.

build.gradle

+8-8
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ mainClassName = 'org.clyze.doop.soot.Main'
2121

2222
repositories {
2323
mavenCentral()
24-
maven {
25-
name "soot-snapshot"
26-
url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot"
27-
}
28-
maven {
29-
name "soot-release"
30-
url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release"
31-
}
24+
// maven {
25+
// name "soot-snapshot"
26+
// url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-snapshot"
27+
// }
28+
// maven {
29+
// name "soot-release"
30+
// url "https://soot-build.cs.uni-paderborn.de/nexus/repository/soot-release"
31+
// }
3232
maven { url 'https://clyze.jfrog.io/artifactory/default-maven-local' }
3333
}
3434

native-scanner

Submodule native-scanner added at 4174dd8

0 commit comments

Comments
 (0)