Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dist: trusty
language: java

# Previously, we were seeing a failure in :it:appBeforeIntegrationTest:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ ext {
javaProjects = subprojects.findAll { it.plugins.withType(JavaPlugin) }

internalProjects = subprojects.findAll { it.path in [
':dap4', ':opendap:dtswar', ':docs', ':cdm-test', ':testUtil'
':dap4', ':dap4:d4tests', ':docs', ':cdm-test', ':testUtil'
] }

publishedProjects = subprojects - internalProjects
Expand Down
292 changes: 0 additions & 292 deletions dap4/d4cdm/src/main/java/dap4/cdm/dsp/CDMCursor.java

This file was deleted.

Loading