Skip to content

Move project.name below pluginManagement block #8

Move project.name below pluginManagement block

Move project.name below pluginManagement block #8

Workflow file for this run

name: Gradle QT Application Example
on:
push:
branches:
- master
workflow_dispatch:
jobs:
build-project:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Setup Qt
uses: jurplel/install-qt-action@v3
with:
cache: true
- name: Run build with Gradle Wrapper
run: ./gradlew build
- name: Test application
run: ${{ github.workspace }}/build/exe/main/debug/linux/qt-application-example --version