Skip to content

Commit

Permalink
Build on JDK 8.
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <[email protected]>
  • Loading branch information
dblock committed Mar 10, 2022
1 parent 31a0dbe commit 79f3e8a
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
Build-ad:
strategy:
matrix:
java: [11, 14]
java: [8, 11, 14]

name: Build and Test Anomaly detection Plugin
runs-on: ubuntu-latest
Expand Down
6 changes: 2 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -582,10 +582,8 @@ dependencies {
compile files('lib/randomcutforest-core-2.0.1.jar')

// used for serializing/deserializing rcf models.
compile files('lib/protostuff-api-1.8.0-SNAPSHOT.jar')
compile files('lib/protostuff-core-1.8.0-SNAPSHOT.jar')
compile files('lib/protostuff-collectionschema-1.8.0-SNAPSHOT.jar')
compile files('lib/protostuff-runtime-1.8.0-SNAPSHOT.jar')
compile group: 'io.protostuff', name: 'protostuff-core', version: '1.7.4'
compile group: 'io.protostuff', name: 'protostuff-runtime', version: '1.7.4'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.12.0'

compile "org.jacoco:org.jacoco.agent:0.8.5"
Expand Down
Binary file removed lib/protostuff-api-1.8.0-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/protostuff-collectionschema-1.8.0-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/protostuff-core-1.8.0-SNAPSHOT.jar
Binary file not shown.
Binary file removed lib/protostuff-runtime-1.8.0-SNAPSHOT.jar
Binary file not shown.

0 comments on commit 79f3e8a

Please sign in to comment.