File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -165,6 +165,8 @@ jobs:
165165 # 10 chars of the commit SHA
166166 VCSVER="${GITHUB_SHA:0:10}"
167167
168+ # uploaded at:
169+ # maven.pkg.github.com/celzero/firestack/com/github/celzero/firestack/<commit>/firestack-<commit>.aar
168170 # TODO: firestack-debug
169171 # github.com/deelaa-marketplace/commons-workflow/blob/637dc111/flows/publish-api.yml#L49
170172 # github.com/markocto/cf-octopub/blob/bba2de2c/github/script/action.yaml#L118
Original file line number Diff line number Diff line change @@ -24,7 +24,15 @@ mvn install:install-file \
2424 -DartifactId=${ARTIFACT} \
2525 -Dsources=${SOURCES}
2626# -Dclassifier=${CLASSFULL} \
27+
2728# usage: docs.gradle.org/current/userguide/dependency_management.html
29+ # mvn install:install-file
30+ # -Dfile=firestack.aar
31+ # -Dpackaging=aar
32+ # -Dversion=9744e5fad9
33+ # -DgroupId=com.github.celzero
34+ # -DartifactId=firestack
35+ # -Dsources=build/intra/tun2socks-sources.jar
2836mvn -X install:install-file \
2937 -Dfile=${FOUTDBG} \
3038 -Dpackaging=${PACK} \
You can’t perform that action at this time.
0 commit comments