Move the documentation package to its own subproject (#722)

This makes it easier to later migrate the package to Java 11. If we move
and migrate in a single PR, because of the portion of the contents that
s changed, git will have trouble recognizing that some files are
renamed *and* modified and treat them as distinct files, making code
review difficult.
This commit is contained in:
Lai Jiang
2020-07-29 13:41:02 -04:00
committed by GitHub
parent f55270c46f
commit d180ef43ac
13 changed files with 47 additions and 61 deletions
+1
View File
@@ -30,6 +30,7 @@ rootProject.name = 'nomulus'
include 'common'
include 'core'
include 'db'
include 'docs'
include 'integration'
include 'networking'
include 'processor'