File tree 4 files changed +9
-4
lines changed
4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,12 @@ Uuid: 0ab7a94d8e11449daaf0fb387431225b
2
2
ExtensionType: 1
3
3
Name: JS Miner
4
4
RepoName: js-miner
5
- ScreenVersion: 1.15
6
- SerialVersion: 7
5
+ ScreenVersion: 1.16
6
+ SerialVersion: 8
7
7
MinPlatformVersion: 0
8
8
ProOnly: True
9
9
Author: Mina M. Edwar
10
10
ShortDescription: Tries to find interesting stuff inside static files; mainly JavaScript and JSON files.
11
11
EntryPoint: build/libs/burp-JS-Miner-all.jar
12
- BuildCommand: gradle fatJar
12
+ BuildCommand: ./gradlew fatJar
13
13
SupportedProducts: Pro
Original file line number Diff line number Diff line change
1
+ distributionBase =GRADLE_USER_HOME
2
+ distributionPath =wrapper/dists
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.6-bin.zip
4
+ zipStoreBase =GRADLE_USER_HOME
5
+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ case "`uname`" in
72
72
Darwin* )
73
73
darwin=true
74
74
;;
75
- MSYS * | MINGW* )
75
+ MINGW* )
76
76
msys=true
77
77
;;
78
78
NONSTOP* )
You can’t perform that action at this time.
0 commit comments