Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ subprojects {
// This is for dependent sub-projects so that their links to things in the Record Layer work
linksOffline "https://foundationdb.github.io/fdb-record-layer/api/fdb-extensions/", "${packageListDir}/fdb-extensions/"
linksOffline "https://foundationdb.github.io/fdb-record-layer/api/fdb-record-layer-core/", "${packageListDir}/fdb-record-layer-core/"
linksOffline "https://foundationdb.github.io/fdb-record-layer/api/fdb-test-utils/", "${packageListDir}/fdb-test-utils/"
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@alecgrieser I followed fdb-extensions here, and in genpackagelists below, but that caused the javadoc generation to fail, so I removed them.

My suspicion is that we need to publish the package at least once before this works....

}
}
compileJava {
Expand Down
1 change: 0 additions & 1 deletion build/package-lists/genpackagelists.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
'protobuf': 'https://developers.google.com/protocol-buffers/docs/reference/java/',
'fdb-extensions': 'https://javadoc.io/page/org.foundationdb/fdb-extensions/latest/',
'fdb-record-layer-core': 'https://javadoc.io/page/org.foundationdb/fdb-record-layer-core/latest/',
'fdb-test-utils': 'https://javadoc.io/page/org.foundationdb/fdb-test-utils/latest/',
}

# Packages to filter out from each project
Expand Down
Loading