mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Parser improvements
- default expressions into a and node - fix parsing string lists that end in whitespace - fix package names of internal classes
This commit is contained in:
@ -269,6 +269,7 @@ val query =
|
||||
crossProject(JSPlatform, JVMPlatform)
|
||||
.crossType(CrossType.Pure)
|
||||
.in(file("modules/query"))
|
||||
.disablePlugins(RevolverPlugin)
|
||||
.settings(sharedSettings)
|
||||
.settings(testSettings)
|
||||
.settings(
|
||||
@ -596,6 +597,7 @@ val website = project
|
||||
|
||||
val root = project
|
||||
.in(file("."))
|
||||
.disablePlugins(RevolverPlugin)
|
||||
.settings(sharedSettings)
|
||||
.settings(noPublish)
|
||||
.settings(
|
||||
|
Reference in New Issue
Block a user