Skip to content
This repository has been archived by the owner on Sep 1, 2022. It is now read-only.

Commit

Permalink
Minor corrections to various comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
cwardgar authored and lesserwhirls committed Feb 22, 2017
1 parent 7f7335d commit 5dcd877
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/any/gretty.gradle
Expand Up @@ -11,7 +11,7 @@ buildscript {
}
}
dependencies {
classpath libraries["gretty"] // We want to import GradleUtils and StartBaseTask.
classpath libraries["gretty"] // We want to import GradleUtils and AppStartTask.
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/any/properties.gradle
Expand Up @@ -9,7 +9,7 @@ ext {
// Used to publish static analysis report to https://sonarqube.com/dashboard/index/thredds
SONARQUBE_USER_TOKEN_KEY = 'sonarqube.user.token'

// Do not propagate these system properties to the Gradle test executors.
// Do not propagate these system properties to the Gretty web-apps or Gradle test executors.
systemPropertiesBlackList = [
// Passing this causes "java.lang.ClassNotFoundException: org.jacoco.agent.rt.internal_932a715.PreMain"
// See https://discuss.gradle.org/t/jacoco-related-failure-in-multiproject-build/6216
Expand Down
2 changes: 1 addition & 1 deletion gradle/root/fatJars.gradle
Expand Up @@ -160,7 +160,7 @@ configure(fatJarTasks - buildTdmFat) {
exclude '*.xml'
}

// See: http://gradle.org/docs/current/userguide/standard_plugins.html#N11EE8
// See: https://docs.gradle.org/current/userguide/standard_plugins.html#sec:base_plugins
apply plugin: 'base'

// The base-plugin's "assemble" task automatically creates all artifacts added to the "archives" configuration.
Expand Down

0 comments on commit 5dcd877

Please sign in to comment.