mirror of
https://github.com/tribufu/tribufu-java
synced 2026-05-06 06:47:27 +00:00
Use mintaka from maven repo
This commit is contained in:
parent
2f3d5fef56
commit
475d1c5dc6
4 changed files with 3 additions and 9 deletions
|
|
@ -1,8 +1,3 @@
|
|||
#!/usr/bin/env pwsh
|
||||
|
||||
.\gradlew build
|
||||
|
||||
New-Item "build/libs" -ItemType Directory -Force
|
||||
Remove-Item -Path "build/libs/*" -Force
|
||||
Copy-Item -Path "./lib/build/libs/*.jar" -Destination "./build/libs" -Force
|
||||
Copy-Item -Path "./vendor/MintakaJvm/lib/build/libs/*.jar" -Destination "./build/libs" -Force
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue