File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ set -o pipefail
1212
1313# See https://github.com/docToolchain/docToolchain/releases for available versions.
1414# Set DTC_VERSION to "latest" to get the latest, yet unreleased version.
15- : " ${DTC_VERSION:= 3.3.1 } "
15+ : " ${DTC_VERSION:= 3.4.0 } "
1616
1717# if not set, public docker hub is used
1818: " ${DTC_DOCKER_PREFIX:= } "
@@ -25,7 +25,7 @@ set -o pipefail
2525# export DTC_TEMPLATE1=https://....zip
2626# export DTC_TEMPLATE2=https://....zip
2727
28- # docToolchain configurtion file may be overruled by the user
28+ # docToolchain configuration file may be overruled by the user
2929: " ${DTC_CONFIG_FILE:= docToolchainConfig.groovy} "
3030
3131# Contains the current project git branch, "-" if not available
@@ -85,7 +85,7 @@ main() {
8585 install_component_and_exit " ${environment} " " ${2-} "
8686 elif [ " ${1} " = " getJava" ]; then
8787 # TODO: remove getJava in the next major release
88- echo " Warning: 'getJava' is deprecated and and will be removed. Use './dtcw install java' instead."
88+ echo " Warning: 'getJava' is deprecated and will be removed. Use './dtcw install java' instead."
8989 install_component_and_exit " ${environment} " " java"
9090 fi
9191
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ $ErrorActionPreference = "Stop"
1818
1919# See https://github.com/docToolchain/docToolchain/releases for available versions.
2020# Set DTC_VERSION to " latest" to get the latest, yet unreleased version.
21- $DTC_VERSION = " 3.3.1 "
21+ $DTC_VERSION = " 3.4.0 "
2222if ($env:DTC_VERSION) { $DTC_VERSION = $env:DTC_VERSION }
2323
2424#here you can specify the URL of a theme to use with generateSite-task
@@ -97,7 +97,7 @@ function main($_args) {
9797 }
9898 elseif ( $_args[0] -eq " getJava" ) {
9999 # TODO: remove getJava in the next major release
100- Write-Warning " Warning: 'getJava' is deprecated and and will be removed. Use './dtcw install java' instead."
100+ Write-Warning " Warning: 'getJava' is deprecated and will be removed. Use './dtcw install java' instead."
101101 install_component_and_exit $environment " java"
102102 }
103103 # No install command, so forward call to docToolchain but first we check if
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ $ErrorActionPreference = "Stop"
99
1010# See https://github.com/docToolchain/docToolchain/releases for available versions.
1111# Set DTC_VERSION to "latest" to get the latest, yet unreleased version.
12- $DTC_VERSION = " 3.3.1 "
12+ $DTC_VERSION = " 3.4.0 "
1313if ($env: DTC_VERSION ) { $DTC_VERSION = $env: DTC_VERSION }
1414
1515# here you can specify the URL of a theme to use with generateSite-task
@@ -88,7 +88,7 @@ function main($_args) {
8888 }
8989 elseif ( $_args [0 ] -eq " getJava" ) {
9090 # TODO: remove getJava in the next major release
91- Write-Warning " Warning: 'getJava' is deprecated and and will be removed. Use './dtcw install java' instead."
91+ Write-Warning " Warning: 'getJava' is deprecated and will be removed. Use './dtcw install java' instead."
9292 install_component_and_exit $environment " java"
9393 }
9494 # No install command, so forward call to docToolchain but first we check if
You can’t perform that action at this time.
0 commit comments