1 Star 0 Fork 19

胡东昇/JADX

forked from Gitee 极速下载/JADX 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitlab-ci.yml 318 Bytes
一键复制 编辑 原始数据 按行查看 历史
variables:
GRADLE_OPTS: "-Dorg.gradle.daemon=false"
TERM: "dumb"
before_script:
- chmod +x gradlew
stages:
- test
java-11:
stage: test
image: eclipse-temurin:11
script: ./gradlew clean build dist copyExe
java-17:
stage: test
image: eclipse-temurin:17
script: ./gradlew clean build dist copyExe
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/hu-dongsheng/JADX.git
git@gitee.com:hu-dongsheng/JADX.git
hu-dongsheng
JADX
JADX
master

搜索帮助