Skip to content

Commit

Permalink
Don't exclude platform dependencies on velocity since it has no platf…
Browse files Browse the repository at this point in the history
…orm support
  • Loading branch information
0ffz committed Jun 22, 2023
1 parent 4ddbaf1 commit 31b1559
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chatty-velocity/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,7 @@ dependencies {
compileOnly(chattyLibs.velocity)
kapt(chattyLibs.velocity)
}

copyJar {
excludePlatformDependencies.set(false)
}

0 comments on commit 31b1559

Please sign in to comment.