Update build.gradle
This commit is contained in:
@@ -20,8 +20,8 @@ sourceSets {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'net.portswigger.burp.extensions:montoya-api:2023.12.1'
|
implementation 'net.portswigger.burp.extensions:montoya-api:2023.12.1'
|
||||||
implementation 'org.yaml:snakeyaml:2.0'
|
implementation 'org.yaml:snakeyaml:2.0'
|
||||||
implementation 'net.sourceforge.jregex:jregex:1.2_01'
|
|
||||||
implementation 'dk.brics.automaton:automaton:1.11-8'
|
implementation 'dk.brics.automaton:automaton:1.11-8'
|
||||||
|
implementation 'com.github.ben-manes.caffeine:caffeine:3.1.8'
|
||||||
}
|
}
|
||||||
|
|
||||||
test {
|
test {
|
||||||
@@ -34,4 +34,4 @@ jar {
|
|||||||
from {
|
from {
|
||||||
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user