Skip to content

Commit ae5521f

Browse files
committed
shifting on gradle ...
1 parent 0e02d18 commit ae5521f

File tree

111 files changed

+301
-5565
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+301
-5565
lines changed

.gitignore

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
/build/
2-
/dist/
3-
/nbproject/private/
1+
.gradle/
2+
.idea/
3+
build/
4+
gradle/

build.gradle

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
plugins {
2+
id 'java'
3+
}
4+
5+
group 'com.bugzy.burp'
6+
version '2.0'
7+
8+
repositories {
9+
mavenCentral()
10+
}
11+
12+
dependencies {
13+
implementation 'net.portswigger.burp.extender:burp-extender-api:2.1'
14+
}
15+
16+
jar {
17+
from {
18+
configurations.runtimeClasspath.collect { it.isDirectory() ? it : zipTree(it) }
19+
}
20+
}

build.xml

Lines changed: 0 additions & 73 deletions
This file was deleted.

build/built-jar.properties

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/classes/burp/BurpExtender.class

-2.21 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-183 Bytes
Binary file not shown.
-6.34 KB
Binary file not shown.
-295 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)