Skip to content

Commit

Permalink
Migrate to th2 gradle plugin 0.0.8 (#5)
Browse files Browse the repository at this point in the history
* Updated common: `5.12.0-dev`
  • Loading branch information
Nikita-Smirnov-Exactpro authored May 30, 2024
1 parent d3359e6 commit 24ebe9d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# th2-cradle-admin 1.10.0
# th2-cradle-admin 1.11.0

The th2-cradle-admin is a set of projects for managing books and pages in th2 storage.

Expand Down Expand Up @@ -65,6 +65,10 @@ spec:

## Release notes:

### 1.11.0-dev
* Migrated to th2 gradle plugin `0.0.8`
* Updated common: `5.12.0-dev`

### 1.10.0-dev
* Migrated to th2 gradle plugin `0.0.6`
* Updated:
Expand Down
7 changes: 4 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id "com.exactpro.th2.gradle.base" version "0.0.6"
id "com.exactpro.th2.gradle.component" version "0.0.6" apply false
id "com.exactpro.th2.gradle.base" version "0.0.8"
id "com.exactpro.th2.gradle.component" version "0.0.8" apply false
}

ext {
commonVersion = '5.11.0-dev'
commonVersion = '5.12.0-dev'
cradleVersion = '5.3.0-dev'
}

Expand All @@ -20,6 +20,7 @@ subprojects {
compileJava.options.debugOptions.debugLevel = 'source,lines,vars' // Include debug information

group = 'com.exactpro.th2'
version = release_version

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
release_version = 1.10.0
release_version = 1.11.0

0 comments on commit 24ebe9d

Please sign in to comment.