Skip to content

Commit

Permalink
Merge pull request #478 from BingZi-233/patch-1
Browse files Browse the repository at this point in the history
[Easy-ORM] ORMLite重定向
  • Loading branch information
Bkm016 authored Oct 18, 2024
2 parents 1c8cac5 + 87e399c commit 404a956
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions module/database/database-orm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,9 @@ dependencies {
compileOnly(project(":module:basic:basic-configuration"))
compileOnly(project(":module:database"))
}

tasks {
withType<ShadowJar> {
relocate("com.j256.ormlite.", "com.j256.ormlite_6_0.")
}
}

0 comments on commit 404a956

Please sign in to comment.