Skip to content

Commit

Permalink
All project types should declare maven repositories (#3152)
Browse files Browse the repository at this point in the history
This appears to fix some nightly build issues going back a month or
so, as some non-java projects still depend on java artifacts, either
through transitively through project dependencies, or through plugins
like spotless that resolve dependencies at runtime.
  • Loading branch information
niloc132 authored Dec 6, 2022
1 parent 40e9134 commit 1e77b4c
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id 'base'
id 'io.deephaven.lifecycle-conventions'
id 'io.deephaven.repository-conventions'
}

group = 'io.deephaven'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'base'
id 'java'
id 'io.deephaven.java-repository-conventions'
id 'io.deephaven.java-classpath-conventions'
id 'io.deephaven.java-license-conventions'
id 'io.deephaven.java-header-conventions'
Expand Down

0 comments on commit 1e77b4c

Please sign in to comment.