diff --git a/.github/workflows/ci-unwelcome-words.yml b/.github/workflows/ci-unwelcome-words.yml index b8b2a91..319d819 100644 --- a/.github/workflows/ci-unwelcome-words.yml +++ b/.github/workflows/ci-unwelcome-words.yml @@ -7,11 +7,11 @@ jobs: test: runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: ref: ${{ github.sha }} - name: Checkout tool - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: repository: exactpro-th2/ci-github-action ref: master diff --git a/README.md b/README.md index 009df10..dfb38ee 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2-cradle-admin 1.9.0 +# th2-cradle-admin 1.10.0 The th2-cradle-admin is a set of projects for managing books and pages in th2 storage. @@ -65,7 +65,7 @@ spec: ## Release notes: -### 1.9.0-dev +### 1.10.0-dev * Migrated to th2 gradle plugin `0.0.6` * Updated: * bom: `4.6.1` diff --git a/build.gradle b/build.gradle index 1536c78..7b7ddaf 100644 --- a/build.gradle +++ b/build.gradle @@ -3,8 +3,6 @@ plugins { id "com.exactpro.th2.gradle.component" version "0.0.6" apply false } -apply plugin: 'java' - ext { commonVersion = '5.11.0-dev' cradleVersion = '5.3.0-dev' @@ -14,9 +12,8 @@ dependencyCheck { suppressionFile = "suppressions.xml" } -allprojects { +subprojects { apply plugin: 'java' - apply plugin: 'application' sourceCompatibility = JavaVersion.VERSION_11 targetCompatibility = JavaVersion.VERSION_11 diff --git a/gradle.properties b/gradle.properties index 6ef0578..928fde4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1 +1 @@ -release_version = 1.9.0 +release_version = 1.10.0