Skip to content

Commit

Permalink
Merge pull request #161 from devatherock/reuse-test-config
Browse files Browse the repository at this point in the history
feat: Used integration test config from gradle-includes
  • Loading branch information
devatherock authored May 10, 2022
2 parents d0a0569 + fb2eb52 commit 440a6b9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 25 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## [Unreleased]
### Changed
- Used integration test config from `gradle-includes`

## [1.0.0] - 2022-05-08
### Added
- [#51](https://github.com/devatherock/artifactory-badge/issues/51): Integration tests
- [#14](https://github.com/devatherock/artifactory-badge/issues/14): Used native binary in docker image
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,5 @@ ext.jacoco = [
'io/github/devatherock/test/ArtifactoryController.class'
]
]
apply from: 'integration.gradle'
apply from: 'https://raw.githubusercontent.com/devatherock/gradle-includes/master/integration.gradle'
apply from: 'https://raw.githubusercontent.com/devatherock/gradle-includes/master/checks.gradle'
24 changes: 0 additions & 24 deletions integration.gradle

This file was deleted.

0 comments on commit 440a6b9

Please sign in to comment.