Skip to content

Commit

Permalink
chore(intellij): fixing first time builds in intellij (#3169)
Browse files Browse the repository at this point in the history
for some reason, the latest intellij doesn't copy the sql migration (changelog-master) file.
this change fixes that so we don't have to `gradlew build` to copy the file over
  • Loading branch information
marchello2000 authored Sep 18, 2019
1 parent 1d5bc6c commit 803c8fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions orca-sql/orca-sql.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

apply from: "$rootDir/gradle/kotlin.gradle"
apply from: "$rootDir/gradle/spock.gradle"
apply plugin: "java"

dependencies {
implementation(project(":orca-core"))
Expand Down

0 comments on commit 803c8fa

Please sign in to comment.