Skip to content

Commit

Permalink
Updated cradle: 5.3.0-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Apr 17, 2024
1 parent bef0a23 commit 46c9d32
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 11 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ dependencies {
+ Updated:
+ grpc-common: `4.5.0-dev`
+ grpc-service-generator: `3.6.1`
+ cradle: `5.3.0-dev`

### 5.10.1-dev

Expand Down
16 changes: 6 additions & 10 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ext {
protobufVersion = '3.25.3'
serviceGeneratorVersion = '3.6.1'

cradleVersion = '5.1.5-dev'
cradleVersion = '5.3.0-th2-gradle-plugin-+'
junitVersion = '5.10.2'

jmhVersion = '1.37'
Expand Down Expand Up @@ -55,6 +55,10 @@ kotlin {
jvmToolchain(11)
}

tasks.withType(KotlinCompile).configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=all"
}

test {
useJUnitPlatform {
excludeTags('integration-test')
Expand Down Expand Up @@ -199,12 +203,4 @@ tasks.named('extractIncludeProto') {enabled = false }
tasks.named('extractIncludeTestFixturesProto') {enabled = false }

compileTestJava.dependsOn.add('generateTestProto')
processTestResources.dependsOn.add('generateTestProto')

kotlin {
jvmToolchain(11)
}

tasks.withType(KotlinCompile).configureEach {
kotlinOptions.freeCompilerArgs += "-Xjvm-default=all"
}
processTestResources.dependsOn.add('generateTestProto')
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
release_version=5.10.1
release_version=5.11.0
kotlin_version=1.8.22
description='th2 common library (Java)'
vcs_url=https://github.com/th2-net/th2-common-j
Expand Down

0 comments on commit 46c9d32

Please sign in to comment.