Skip to content

Commit

Permalink
run all tests also with the base plugin (#477)
Browse files Browse the repository at this point in the history
* run all tests also with the base plugin

* add missing basePluginConfig values
  • Loading branch information
gabrielittner committed Dec 26, 2022
1 parent 5aeea3f commit 6d4f65a
Show file tree
Hide file tree
Showing 25 changed files with 87 additions and 468 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
java_version: [11, 17]
test_config_method: ["DSL", "PROPERTIES"]
test_config_method: ["DSL", "PROPERTIES", "BASE"]

steps:
- name: Checkout
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -19,6 +19,7 @@ Updated docs can be found on [the new website](https://vanniktech.github.io/grad
please use the new `coordinates` method instead.
- The `GROUP` and `VERSION_NAME` Gradle properties will not be explicitly set as `project.group` and
`project.version` anymore.
- Fix publishing Kotlin/JS project with the base plugin.
- The minimum supported Gradle version has been increased to 7.3.

Version 0.22.0 *(2022-09-09)*
Expand Down

This file was deleted.

31 changes: 0 additions & 31 deletions plugin/src/integrationTest/fixtures/common/gradle.properties

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions plugin/src/integrationTest/fixtures/common/settings.gradle

This file was deleted.

Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 6d4f65a

Please sign in to comment.