We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
packageSrc / mappings
1 parent 9d97bf5 commit 6dca883Copy full SHA for 6dca883
build.sbt
@@ -35,11 +35,6 @@ lazy val core = (project in file("core")).settings(
35
Test / fork := true,
36
Test / javaOptions += "-Duser.timezone=GMT",
37
Test / javaOptions += s"-Dmysql_version=${mysqlConnectorJ.revision}",
38
- (Compile / packageSrc / mappings) ++= (Compile / managedSources).value.map {
39
- f =>
40
- // to merge generated sources into sources.jar as well
41
- (f, f.relativeTo((Compile / sourceManaged).value).get.getPath)
42
- },
43
(Compile / sourceGenerators) += task {
44
val dir = (Compile / sourceManaged).value / "scalikejdbc" / "async"
45
CodeGenerator.generate.map { s =>
0 commit comments