Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Manually include Patch in poolRelease
Browse files Browse the repository at this point in the history
  • Loading branch information
Ampflower committed Feb 10, 2023
1 parent bffbd93 commit 04673a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ tasks {
from(shadowJar)
}
}
// Explicitly pull in Patch
from(project(":modules:patch").tasks.jar)
into(project.buildDir.resolve("pool"))
}
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
kotlin.code.style=official
group=dev.proxyfox
version=2.0.8
version=2.0.9

0 comments on commit 04673a8

Please sign in to comment.