We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f2fa14 commit 87e056fCopy full SHA for 87e056f
.github/workflows/build.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- java: [ "8", "11" ]
+ java: [ "11" ]
11
12
steps:
13
# Checkout Repo
plugin.xml
@@ -8,7 +8,6 @@
<version>${project.version}</version>
<date>2024-08-23</date>
<minServerVersion>4.8.0</minServerVersion>
- <minJavaVersion>1.8</minJavaVersion>
<databaseKey>monitoring</databaseKey>
<databaseVersion>8</databaseVersion>
14
0 commit comments