diff --git a/Site-org.codehaus.groovy.eclipse/pom.xml b/Site-org.codehaus.groovy.eclipse/pom.xml index c76ed9ddb2..61edd96585 100644 --- a/Site-org.codehaus.groovy.eclipse/pom.xml +++ b/Site-org.codehaus.groovy.eclipse/pom.xml @@ -96,27 +96,21 @@ - ==== dist props are set so we can deploy? === + == Are props set so we can deploy? == dist_properties=${env.dist_properties} bamboo_s3_properties=${env.bamboo_s3_properties} - dist.accessKey=${dist.accessKey} - accessKey=${accessKey} - - - site.target.dir=${site.target.dir} - dist.full.version=${dist.full.version} dist.file.name=${dist.file.name} - + - + @@ -129,7 +123,7 @@ Will Upload: dist.bucket=${dist.bucket} - fromDir=${site.target.dir}/site + fromDir=${project.build.directory}/site toDir=${dist.path} Will Upload: @@ -153,7 +147,7 @@ - + @@ -175,7 +169,7 @@ - + diff --git a/ide-test/org.codehaus.groovy.eclipse.dsl.tests/src/org/codehaus/groovy/eclipse/dsl/tests/MetaDSLInferencingTests.groovy b/ide-test/org.codehaus.groovy.eclipse.dsl.tests/src/org/codehaus/groovy/eclipse/dsl/tests/MetaDSLInferencingTests.groovy index fc9d5de5b2..d6a7be377c 100644 --- a/ide-test/org.codehaus.groovy.eclipse.dsl.tests/src/org/codehaus/groovy/eclipse/dsl/tests/MetaDSLInferencingTests.groovy +++ b/ide-test/org.codehaus.groovy.eclipse.dsl.tests/src/org/codehaus/groovy/eclipse/dsl/tests/MetaDSLInferencingTests.groovy @@ -1,11 +1,11 @@ /* - * Copyright 2009-2018 the original author or authors. + * Copyright 2009-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * - * http://www.apache.org/licenses/LICENSE-2.0 + * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, @@ -145,7 +145,7 @@ final class MetaDSLInferencingTests extends DSLInferencingTestSuite { void testMetaDSL5() { GroovyCompilationUnit unit = addDsldSource('''\ currentType().accept { - String x + String x = 'x' x.method x.wormhole x.setDelegateType