diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index aee530e..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,66 +0,0 @@ -# Changelog - -## [Unreleased] - -## [1.4.2] - 2022-07-05 -### Changed -- Fix [issue #13](https://github.com/coditory/gradle-integration-test-plugin/issues/13) - make it possible to access Kotlin internal scope from integration tests - -## [1.4.1] - 2022-07-05 -### Changed -- Fix [issue #14](https://github.com/coditory/gradle-integration-test-plugin/issues/14) - build failed for gradle version `7.5-rc-1` -- Updated dependencies - -## [1.4.0] - 2022-05-14 -### Changed -- Updated gradle to 7.4.2 with all dependencies - -## [1.3.0] - 2021-08-18 -### Added -- Add more test based configurations (required by the standard Lombok configuration, [issue #10](https://github.com/coditory/gradle-integration-test-plugin/issues/10)) - -## [1.2.3] - 2021-07-20 -### Changed -- Add backward compatibility for JDK8 gradle projects ([issue #6](https://github.com/coditory/gradle-integration-test-plugin/issues/6)) - -## [1.2.2] - 2021-07-15 -### Changed -- Fix gradleApi() dependency - -## [1.2.1] - 2021-04-11 -### Changed -- Updated dependencies for Gradle v7 - -## [1.2.0] - 2021-04-01 -### Added -- Added support for Gradle v7 - -## [1.1.11] - 2020-10-15 -### Changed -- Drop Jacoco integration. Jacoco integrates with all Test tasks automatically. - -## [1.1.10] - 2020-10-14 -### Changed -- Make it possible to use in integration module classes from test module. - -## [1.1.9] - 2020-10-08 -### Changed -- Update dependencies and migrate to GitHub Actions. - -## [1.1.8] - 2020-08-03 -### Added -- Support for intellij idea. Mark integration test directory as a test folder #3. - -[Unreleased]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.4.2...HEAD -[1.4.2]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.4.1...v1.4.2 -[1.4.1]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.4.0...v1.4.1 -[1.4.0]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.3.0...v1.4.0 -[1.3.0]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.2.3...v1.3.0 -[1.2.3]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.2.2...v1.2.3 -[1.2.2]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.2.1...v1.2.2 -[1.2.1]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.2.0...v1.2.1 -[1.2.0]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.1.11...v1.2.0 -[1.1.11]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.1.10...v1.1.11 -[1.1.10]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.1.9...v1.1.10 -[1.1.9]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.1.8...v1.1.9 -[1.1.8]: https://github.com/coditory/gradle-integration-test-plugin/compare/v1.1.7...v1.1.8 diff --git a/README.md b/README.md index a6eb719..ac79e76 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Integration Test Gradle Plugin -[![Build Status](https://github.com/coditory/gradle-integration-test-plugin/workflows/Build/badge.svg?branch=master)](https://github.com/coditory/gradle-integration-test-plugin/actions?query=workflow%3ABuild+branch%3Amaster) +[![Build](https://github.com/coditory/gradle-integration-test-plugin/actions/workflows/build.yml/badge.svg)](https://github.com/coditory/gradle-integration-test-plugin/actions/workflows/build.yml) [![Coverage Status](https://coveralls.io/repos/github/coditory/gradle-integration-test-plugin/badge.svg?branch=master)](https://coveralls.io/github/coditory/gradle-integration-test-plugin?branch=master) [![Gradle Plugin Portal](https://img.shields.io/badge/Plugin_Portal-v1.4.2-green.svg)](https://plugins.gradle.org/plugin/com.coditory.integration-test) [![Join the chat at https://gitter.im/coditory/gradle-integration-test-plugin](https://badges.gitter.im/coditory/gradle-integration-test-plugin.svg)](https://gitter.im/coditory/gradle-integration-test-plugin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) diff --git a/build.gradle.kts b/build.gradle.kts index 3060a42..3f86953 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { id("com.gradle.plugin-publish") version "1.0.0" id("java-gradle-plugin") id("maven-publish") - id("org.jlleitschuh.gradle.ktlint") version "10.3.0" + id("org.jlleitschuh.gradle.ktlint") version "11.0.0" } repositories { @@ -21,9 +21,9 @@ ktlint { dependencies { compileOnly("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.20") testImplementation("org.assertj:assertj-core:3.23.1") - testImplementation("org.junit.jupiter:junit-jupiter-api:5.8.2") - testImplementation("org.junit.jupiter:junit-jupiter-params:5.8.2") - testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.8.2") + testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.0") + testImplementation("org.junit.jupiter:junit-jupiter-params:5.9.0") + testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.9.0") } group = "com.coditory.gradle" diff --git a/gradle.properties b/gradle.properties deleted file mode 100644 index 9e62473..0000000 --- a/gradle.properties +++ /dev/null @@ -1 +0,0 @@ -version=1.4.2 \ No newline at end of file diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 92f06b5..8fad3f5 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,5 +1,5 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-7.5.1-all.zip zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists diff --git a/settings.gradle.kts b/settings.gradle.kts index 2059d7d..ac90517 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.gradle.enterprise").version("3.6.1") + id("com.gradle.enterprise").version("3.11.1") } rootProject.name = "integration-test-plugin"