Skip to content

Commit

Permalink
disable docs and publishing tasks until we find a solution for the jr…
Browse files Browse the repository at this point in the history
…uby gradle plugin failing
  • Loading branch information
Hailey Johnson committed Jul 15, 2024
1 parent fa321c2 commit b6f6183
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ buildscript {
classpath buildPlugins.spotless
classpath buildPlugins.protobuf
classpath buildPlugins.depcheck
classpath buildPlugins.nexus
classpath buildPlugins.jekyll
// classpath buildPlugins.nexus
// classpath buildPlugins.jekyll
}
}

Expand Down Expand Up @@ -110,7 +110,7 @@ apply from: "$rootDir/gradle/root/coverage.gradle"
// Attaches fatJar tasks to root project (makes toolsUI, ncIdv, etc.)
apply from: "$rootDir/gradle/root/fatJars.gradle"
// Creates pubs for artifacts created in fatJars.gradle
apply from: "$rootDir/gradle/root/publishing.gradle"
//apply from: "$rootDir/gradle/root/publishing.gradle"
// Adds "sonarqube" task to the root project
apply from: "$rootDir/gradle/root/sonarqube.gradle"
// Adds the spotless tasks to the root project and add check for .gradle files
Expand Down
2 changes: 1 addition & 1 deletion gradle/any/shared-mvn-coords.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ext {
buildPlugins.protobuf = 'com.google.protobuf:protobuf-gradle-plugin:0.8.18'
buildPlugins.depcheck = 'org.owasp:dependency-check-gradle:8.2.1'
buildPlugins.nexus = 'edu.ucar.unidata:unidata-nexus-gradle:0.0.1'
buildPlugins.jekyll = 'edu.ucar.unidata.site:jekyll-plugin:0.0.5'
// buildPlugins.jekyll = 'edu.ucar.unidata.site:jekyll-plugin:0.0.5'

// slf4j version is declared in a place where we cannot use the tds-platform project to handle resolving versions
// (e.g. gradle/any/dependencies.gradle, for transitive dependency replacement purposes)
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ include 'cdm:s3'
include 'cdm:zarr'
include 'cdm-test'
include 'cdm-test-utils'
include 'docs'
//include 'docs'
include 'grib'
include 'httpservices'
include 'legacy'
Expand Down

0 comments on commit b6f6183

Please sign in to comment.