mirror of
https://github.com/google/nomulus.git
synced 2025-07-23 03:06:01 +02:00
Create a new app to hold GenerateSqlSchemaCommand (#409)
* Create a new app to hold GenerateSqlSchemaCommand GenerateSqlSchemaCommand starts postgresql using testcontainer. This makes junit etc a runtime dependency, allowing them to get into release artifacts. By moving this command to a separate tool, we can remove junit etc as compile/runtime dependency.
This commit is contained in:
parent
1143b25391
commit
6aaf081489
60 changed files with 1163 additions and 154 deletions
3
core/gradle/dependency-locks/devtool.lockfile
Normal file
3
core/gradle/dependency-locks/devtool.lockfile
Normal file
|
@ -0,0 +1,3 @@
|
|||
# This is a Gradle generated file for dependency locking.
|
||||
# Manual edits can break the build and are not advised.
|
||||
# This file is expected to be part of source control.
|
Loading…
Add table
Add a link
Reference in a new issue