Skip to content

Commit

Permalink
Relocate vendored
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Dec 8, 2023
1 parent b6f0930 commit 87d98a6
Show file tree
Hide file tree
Showing 23 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ version = project.mod_version
group = project.maven_group

sourceSets {
vendored {
java {}
}

sodiumCompatibility {
java {
compileClasspath += main.compileClasspath
Expand All @@ -40,6 +44,9 @@ sourceSets {

main {
java {
compileClasspath += vendored.output
runtimeClasspath += vendored.output

compileClasspath += sodiumCompatibility.output
runtimeClasspath += sodiumCompatibility.output
}
Expand Down

0 comments on commit 87d98a6

Please sign in to comment.