Skip to content

Commit

Permalink
test: fix missing ui module import in acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Silthus committed Feb 17, 2022
1 parent 1a1d06c commit 58bf9b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions acceptance/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@ plugins {
dependencies {
testImplementation project(':core')
testImplementation project(':platform')
testImplementation project(':ui')
testImplementation testFixtures(project(':core'))
testImplementation testFixtures(project(':platform'))
testImplementation testFixtures(project(':ui'))

testImplementation 'io.cucumber:cucumber-java:7.2.3'
testImplementation 'javax.inject:javax.inject:1'
Expand Down
1 change: 1 addition & 0 deletions platform/bungeecord/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
target=proxy-plugins

0 comments on commit 58bf9b4

Please sign in to comment.