Skip to content

Commit

Permalink
Fix unresolved imports with extended-it
Browse files Browse the repository at this point in the history
  • Loading branch information
vga91 committed Sep 26, 2024
1 parent 1794773 commit bbd4a04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions extended-it/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ dependencies {
}

implementation project(":extended")
testImplementation project(':extended').sourceSets.main.allJava

testImplementation group: 'us.fatehi', name: 'schemacrawler-mysql', version: '16.20.8'
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.1.4'
Expand Down

0 comments on commit bbd4a04

Please sign in to comment.