Skip to content

Commit

Permalink
Apply publishing conventions last
Browse files Browse the repository at this point in the history
  • Loading branch information
devinrsmith committed Dec 13, 2022
1 parent fdcf2da commit 8bde91c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,5 @@ tasks.named('assemble').configure {
tasks.withType(Test).configureEach {
inputs.property('customDoubleParser', customDoubleParser)
}

apply plugin: 'io.deephaven.csv.java-publishing-conventions'
1 change: 0 additions & 1 deletion buildSrc/src/main/groovy/io.deephaven.csv.entry.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ plugins {
id 'java-library'
id 'io.deephaven.csv.common-conventions'
id 'io.deephaven.csv.java-coding-conventions'
id 'io.deephaven.csv.java-publishing-conventions'
id 'io.deephaven.csv.java-repository-conventions'
id 'io.deephaven.csv.java-toolchain-conventions'
}
2 changes: 2 additions & 0 deletions fast-double-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,5 @@ dependencies {
testImplementation(platform('org.junit:junit-bom:5.9.1'))
testImplementation 'org.junit.jupiter:junit-jupiter'
}

apply plugin: 'io.deephaven.csv.java-publishing-conventions'

0 comments on commit 8bde91c

Please sign in to comment.