Skip to content

Commit

Permalink
Add arrow-kt example
Browse files Browse the repository at this point in the history
  • Loading branch information
0xnm committed Nov 1, 2024
1 parent a964985 commit de9b76d
Show file tree
Hide file tree
Showing 3 changed files with 594 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ jobs:
millargs: "'example.thirdparty[{mockito,acyclic,commons-io}].local.testCached'"
- java-version: 17
millargs: "'example.thirdparty[{fansi,jimfs,netty,gatling}].local.testCached'"
- java-version: '17'
millargs: "'example.thirdparty[arrow].local.testCached'"
- java-version: '11'
millargs: "'example.{depth,extending}.__.local.testCached'"

Expand Down
3 changes: 2 additions & 1 deletion example/package.mill
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ object `package` extends RootModule with Module {
"commons-io" -> ("apache/commons-io", "b91a48074231ef813bc9b91a815d77f6343ff8f0"),
"netty" -> ("netty/netty", "20a790ed362a3c11e0e990b58598e4ac6aa88bef"),
"mockito" -> ("mockito/mockito", "97f3574cc07fdf36f1f76ba7332ac57675e140b1"),
"gatling" -> ("gatling/gatling", "3870fda86e6bca005fbd53108c60a65db36279b6")
"gatling" -> ("gatling/gatling", "3870fda86e6bca005fbd53108c60a65db36279b6"),
"arrow" -> ("arrow-kt/arrow", "bc9bf92cc98e01c21bdd2bf8640cf7db0f97204a")
)
object thirdparty extends Cross[ThirdPartyModule](build.listIn(millSourcePath / "thirdparty"))
trait ThirdPartyModule extends ExampleCrossModule {
Expand Down
Loading

0 comments on commit de9b76d

Please sign in to comment.