Skip to content

Commit

Permalink
Prepare 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
axmetishe committed Feb 11, 2024
1 parent b1fb511 commit 3d62bd4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build

on:
push:
# branches:
# - develop
workflow_dispatch:
inputs:
release:
Expand Down Expand Up @@ -43,6 +41,11 @@ jobs:

- name: Setup Gradle
uses: gradle/gradle-build-action@v2
with:
cache-disabled: false
cache-read-only: false
cache-write-only: false
cache-overwrite-existing: true

- name: Run build with Gradle Wrapper
run: ./gradlew build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ wrapper {
}

group = 'org.platops.gradle.plugins.qt'
version = '1.2.0-SNAPSHOT'
version = '1.2.0'
description = 'Gradle QT plugin for framework specific tasks integration'

String vcsBaseUrl = "https://github.com/axmetishe"
Expand Down

0 comments on commit 3d62bd4

Please sign in to comment.