Skip to content

Commit

Permalink
Remove outdated invoker conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-o committed Jul 9, 2024
1 parent 4486dcb commit fbff1af
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 12 deletions.
6 changes: 3 additions & 3 deletions src/it/projects/MJAVADOC-498_modulepath/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
# to you 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
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

invoker.java.version = 1.9+
invoker.java.version = 9+
5 changes: 2 additions & 3 deletions src/it/projects/MJAVADOC-580_detectLinks/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@
# to you 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
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
invoker.debug=true
invoker.goals=javadoc:javadoc
6 changes: 3 additions & 3 deletions src/it/projects/MJAVADOC-610_mrjar/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# to you 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
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand All @@ -18,4 +18,4 @@
invoker.goals = package
# disable again for java 11 as again it's a bug fixed in openjdk but reported in oracle jdk
# 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...
invoker.java.version = 1.9+,!11
invoker.java.version = 9+,!11
5 changes: 2 additions & 3 deletions src/it/projects/MJAVADOC-704_toolchains/invoker.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# to you 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
#
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand All @@ -16,4 +16,3 @@
# under the License.

invoker.toolchain.jdk.version = 11
invoker.maven.version = 3.3.1

0 comments on commit fbff1af

Please sign in to comment.