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.
1 parent e4fca04 commit 598e91aCopy full SHA for 598e91a
build.gradle
@@ -38,6 +38,10 @@ repositories {
38
mavenCentral()
39
}
40
41
+googleJavaFormat {
42
+ toolVersion = '1.7'
43
+}
44
+
45
dependencies {
46
compile group: 'org.pcap4j', name: 'pcap4j-packetfactory-static', version:'1.7.7' //1.8.0+ requires java 9
47
compile group: 'org.apache.commons', name: 'commons-lang3', version:'3.9'
0 commit comments