Skip to content

Commit fbff1af

Browse files
committed
Remove outdated invoker conditions
1 parent 4486dcb commit fbff1af

File tree

4 files changed

+10
-12
lines changed

4 files changed

+10
-12
lines changed

src/it/projects/MJAVADOC-498_modulepath/invoker.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
invoker.java.version = 1.9+
18+
invoker.java.version = 9+

src/it/projects/MJAVADOC-580_detectLinks/invoker.properties

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1414
# KIND, either express or implied. See the License for the
1515
# specific language governing permissions and limitations
1616
# under the License.
17-
invoker.debug=true
1817
invoker.goals=javadoc:javadoc

src/it/projects/MJAVADOC-610_mrjar/invoker.properties

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -18,4 +18,4 @@
1818
invoker.goals = package
1919
# disable again for java 11 as again it's a bug fixed in openjdk but reported in oracle jdk
2020
# and it seems to be the java vendor we use as a source of trust in ASF build machines and the rest of the team...
21-
invoker.java.version = 1.9+,!11
21+
invoker.java.version = 9+,!11

src/it/projects/MJAVADOC-704_toolchains/invoker.properties

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
# to you under the Apache License, Version 2.0 (the
66
# "License"); you may not use this file except in compliance
77
# with the License. You may obtain a copy of the License at
8-
#
8+
#
99
# http://www.apache.org/licenses/LICENSE-2.0
10-
#
10+
#
1111
# Unless required by applicable law or agreed to in writing,
1212
# software distributed under the License is distributed on an
1313
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
@@ -16,4 +16,3 @@
1616
# under the License.
1717

1818
invoker.toolchain.jdk.version = 11
19-
invoker.maven.version = 3.3.1

0 commit comments

Comments
 (0)