Skip to content

Commit

Permalink
馃
Browse files Browse the repository at this point in the history
  • Loading branch information
rnorth committed Jul 29, 2019
1 parent b65b8e5 commit 533dde7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-support/build.gradle
@@ -1,6 +1,6 @@
dependencies {
implementation group: 'junit', name: 'junit', version: '4.12'
implementation 'org.slf4j:slf4j-api:1.7.26'
compile group: 'junit', name: 'junit', version: '4.12'
compile 'org.slf4j:slf4j-api:1.7.26'
}

test {
Expand Down

2 comments on commit 533dde7

@bsideup
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃槀 Someone at Gradle: "Oh no!" 馃槀

@rnorth
Copy link
Member Author

@rnorth rnorth commented on 533dde7 Jul 29, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

馃槀 trying to resolve some oddness in my IDE; I intend to reverse this commit 馃槀

Please sign in to comment.