mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 06:47:27 +00:00
Create Package.ps1
This commit is contained in:
parent
c2c0e18986
commit
3973975dc6
1 changed files with 8 additions and 0 deletions
8
Scripts/Package.ps1
Normal file
8
Scripts/Package.ps1
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
./gradlew build
|
||||
./gradlew jar
|
||||
|
||||
New-Item -Path "./Release" -ItemType Directory -Force
|
||||
|
||||
Copy-Item -Path "./lib/build/libs/lib-0.0.1.jar" -Destination "./Release/TribuFu-0.0.1.jar" -Recurse -Force
|
||||
Loading…
Add table
Add a link
Reference in a new issue