Marin Tolić
12/30/2020, 5:17 PMxetra11
12/30/2020, 5:25 PMxetra11
12/30/2020, 5:25 PMgradle packageMsi
you build your app to the MSI (windows installer) myapp.msi filexetra11
12/30/2020, 5:26 PMgradle packageDeb
you create a debian package which can be installed by some linux apps like "eddy" so almost an installerMarin Tolić
12/30/2020, 5:26 PMxetra11
12/30/2020, 5:27 PMMarin Tolić
12/30/2020, 5:29 PMMarin Tolić
12/30/2020, 5:34 PMxetra11
12/30/2020, 5:39 PMRight, but you did successfully manage to generate a .deb file right?Yes
xetra11
12/30/2020, 5:39 PMMarin Tolić
12/30/2020, 5:40 PMxetra11
12/30/2020, 5:40 PMMarin Tolić
12/30/2020, 5:40 PMMarin Tolić
12/30/2020, 5:42 PMxetra11
12/30/2020, 5:46 PMgradle packageDeb
- all things build steps are included in there as far as I understandxetra11
12/30/2020, 5:46 PMxetra11
12/30/2020, 5:47 PMRun ./gradlew packageDeb
./gradlew packageDeb
shell: /bin/bash -e {0}
env:
JAVA_HOME_15.0.1_x64: /opt/hostedtoolcache/jdk/15.0.1/x64
JAVA_HOME: /opt/hostedtoolcache/jdk/15.0.1/x64
JAVA_HOME_15_0_1_X64: /opt/hostedtoolcache/jdk/15.0.1/x64
Downloading <https://services.gradle.org/distributions/gradle-6.5.1-bin.zip>
.........10%..........20%..........30%..........40%.........50%..........60%..........70%..........80%.........90%..........100%
Welcome to Gradle 6.5.1!
Here are the highlights of this release:
- Experimental file-system watching
- Improved version ordering
- New samples
For more details see <https://docs.gradle.org/6.5.1/release-notes.html>
Starting a Gradle Daemon (subsequent builds will be faster)
> Task :compileKotlin
w: /home/runner/work/CK3-Workbench/CK3-Workbench/src/main/kotlin/com/github/xetra11/ck3workbench/app/AppShutdownService.kt: (27, 11): Elvis operator (?:) always returns the left operand of non-nullable type Unit
w: /home/runner/work/CK3-Workbench/CK3-Workbench/src/main/kotlin/com/github/xetra11/ck3workbench/app/view/ProjectCreateView.kt: (66, 17): Variable 'newProject' is never used
> Task :compileJava NO-SOURCE
> Task :processResources
> Task :classes
> Task :inspectClassesForKotlinIC
> Task :jar
WARNING: Using incubator modules: jdk.incubator.jpackage
> Task :packageDeb
The distribution is written to /home/runner/work/CK3-Workbench/CK3-Workbench/build/compose/binaries/main/deb/ck3-workbench_0.0.50-1_amd64.deb
BUILD SUCCESSFUL in 2m 1s
5 actionable tasks: 5 executed
Marin Tolić
12/30/2020, 6:02 PMxetra11
12/30/2020, 6:11 PM