Skip to content

Commit

Permalink
Merge pull request #27 from reportportal/develop
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
HardNorth authored Mar 14, 2024
2 parents 36c3d67 + c709738 commit aa5964d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 12 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Changelog

## [Unreleased]

## [5.2.1]
### Changed
- JUnit 5 agent version updated on [5.3.0](https://github.com/reportportal/agent-java-junit5/releases/tag/5.3.0), by @HardNorth
- `Android-JUnit5` version updated on `1.4.0`, by @HardNorth
Expand Down
12 changes: 3 additions & 9 deletions agent-android-junit5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ configurations {
import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar

task internalizeJar(type: ShadowJar) {
dependencies {
include(dependency('com.epam.reportportal:agent-java-junit5'))
}

archiveClassifier.set('intern')
archiveVersion.set('')
exclude 'agent.properties'
Expand All @@ -84,9 +80,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

// Android Espresso libraries
api "androidx.test:runner:1.5.2"
implementation 'androidx.test.ext:junit:1.1.5'
implementation 'androidx.test.espresso:espresso-core:3.5.1'
compileOnly "androidx.test:runner:1.5.2"

// Report Portal libraries
internalize(group: 'com.epam.reportportal', name: 'agent-java-junit5', version: '5.3.0', transitive: false)
Expand All @@ -102,8 +96,8 @@ dependencies {
compileOnly "org.junit.jupiter:junit-jupiter-api:${junit5_version}"

// android-junit5 necessary libraries
implementation "de.mannodermaus.junit5:android-test-core:${android_junit5_version}"
implementation "de.mannodermaus.junit5:android-test-runner:${android_junit5_version}"
compileOnly "de.mannodermaus.junit5:android-test-core:${android_junit5_version}"
compileOnly "de.mannodermaus.junit5:android-test-runner:${android_junit5_version}"
}

project.afterEvaluate {
Expand Down
2 changes: 1 addition & 1 deletion agent-android-junit5/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=5.2.2-SNAPSHOT
version=5.2.1-SNAPSHOT

0 comments on commit aa5964d

Please sign in to comment.