Skip to content

Commit

Permalink
Increased minimum Maven version to 3.8.8. (#648)
Browse files Browse the repository at this point in the history
No need to support JRE 1.6 since Kotlin doesn't anymore.
  • Loading branch information
freemanjp authored Nov 17, 2024
1 parent 7293849 commit ab927a5
Show file tree
Hide file tree
Showing 6 changed files with 324 additions and 428 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ jobs:
strategy:
matrix:
maven-version:
- '3.5.4'
- '3.9.4'
- '3.8.8'
- '3.9.9'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -76,5 +76,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Code coverage report
if: matrix.maven-version == '3.9.4'
if: matrix.maven-version == '3.9.9'
uses: codecov/codecov-action@v5.0.2
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed .mvn/wrapper/maven-wrapper.jar
Binary file not shown.
5 changes: 3 additions & 2 deletions .mvn/wrapper/maven-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.4/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0/maven-wrapper-3.2.0.jar
wrapperVersion=3.3.2
distributionType=only-script
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip
Loading

0 comments on commit ab927a5

Please sign in to comment.