have jenkins build a release file as well

This commit is contained in:
zontreck 2025-03-20 12:22:32 -07:00
parent ae78e9c97c
commit f3b97c128c

2
Jenkinsfile vendored
View file

@ -15,7 +15,7 @@ pipeline {
#!/bin/bash #!/bin/bash
chmod +x gradlew chmod +x gradlew
./gradlew clean build ./gradlew clean build release
''' '''
} }
} }