1 Star 0 Fork 0

埋藏酱油瓶/collaborator-everywhere

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 582 Bytes
一键复制 编辑 原始数据 按行查看 历史
PortSwigger Support 提交于 2023-01-09 19:27 +08:00 . Copyright claim added
apply plugin: 'java'
repositories {
mavenCentral()
}
dependencies {
implementation 'net.portswigger.burp.extender:burp-extender-api:1.7.13'
implementation 'org.apache.commons:commons-lang3:3.5'
}
targetCompatibility = '1.8'
sourceCompatibility = '1.8'
sourceSets {
main {
java {
srcDir 'src'
}
resources {
srcDir 'resources'
}
}
}
task fatJar(type: Jar) {
baseName = project.name + '-all'
from { configurations.compileClasspath.collect { it.isDirectory() ? it : zipTree(it) } }
with jar
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/secrole/collaborator-everywhere.git
git@gitee.com:secrole/collaborator-everywhere.git
secrole
collaborator-everywhere
collaborator-everywhere
master

搜索帮助