mirror of
https://github.com/google/nomulus
synced 2026-09-20 23:14:44 +00:00
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:
@@ -30,6 +30,7 @@ rootProject.name = 'nomulus'
|
||||
include 'common'
|
||||
include 'core'
|
||||
include 'db'
|
||||
include 'docs'
|
||||
include 'integration'
|
||||
include 'networking'
|
||||
include 'processor'
|
||||
|
||||
Reference in New Issue
Block a user