mirror of
https://github.com/revanced/jadb.git
synced 2025-04-29 22:24:33 +02:00
Adding jar artifact
This commit is contained in:
parent
a58587f794
commit
622b3e106f
2
.gitignore
vendored
2
.gitignore
vendored
@ -214,4 +214,6 @@ pip-log.txt
|
||||
#Mr Developer
|
||||
.mr.developer.cfg
|
||||
|
||||
# IntelliJ
|
||||
.idea/workspace.xml
|
||||
out/
|
||||
|
11
.idea/artifacts/jadb_jar.xml
generated
Normal file
11
.idea/artifacts/jadb_jar.xml
generated
Normal file
@ -0,0 +1,11 @@
|
||||
<component name="ArtifactManager">
|
||||
<artifact type="jar" name="jadb:jar">
|
||||
<output-path>$PROJECT_DIR$/out/artifacts/jadb_jar</output-path>
|
||||
<root id="archive" name="jadb.jar">
|
||||
<element id="module-output" name="jadb" />
|
||||
<element id="directory" name="META-INF">
|
||||
<element id="file-copy" path="$PROJECT_DIR$/META-INF/MANIFEST.MF" />
|
||||
</element>
|
||||
</root>
|
||||
</artifact>
|
||||
</component>
|
2
META-INF/MANIFEST.MF
Normal file
2
META-INF/MANIFEST.MF
Normal file
@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user