mirror of
https://github.com/hierynomus/sshj.git
synced 2025-12-06 15:20:54 +03:00
Removed build of broken openJDK7 in favour of using animal-sniffer to detect java 1.6 compatibility
This commit is contained in:
@@ -8,7 +8,6 @@ cache:
|
|||||||
sudo: false
|
sudo: false
|
||||||
dist: trusty
|
dist: trusty
|
||||||
jdk:
|
jdk:
|
||||||
- openjdk7
|
|
||||||
- oraclejdk8
|
- oraclejdk8
|
||||||
- openjdk8
|
- openjdk8
|
||||||
- oraclejdk9
|
- oraclejdk9
|
||||||
|
|||||||
@@ -10,6 +10,7 @@ plugins {
|
|||||||
id "com.jfrog.bintray" version "1.7"
|
id "com.jfrog.bintray" version "1.7"
|
||||||
id 'ru.vyarus.pom' version '1.0.3'
|
id 'ru.vyarus.pom' version '1.0.3'
|
||||||
id 'ru.vyarus.github-info' version '1.1.0'
|
id 'ru.vyarus.github-info' version '1.1.0'
|
||||||
|
id 'ru.vyarus.animalsniffer' version '1.4.2'
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "com.hierynomus"
|
group = "com.hierynomus"
|
||||||
@@ -27,6 +28,8 @@ configurations.compile.transitive = false
|
|||||||
def bouncycastleVersion = "1.56"
|
def bouncycastleVersion = "1.56"
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
signature 'org.codehaus.mojo.signature:java16:1.1@signature'
|
||||||
|
|
||||||
compile "org.slf4j:slf4j-api:1.7.7"
|
compile "org.slf4j:slf4j-api:1.7.7"
|
||||||
compile "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion"
|
compile "org.bouncycastle:bcprov-jdk15on:$bouncycastleVersion"
|
||||||
compile "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion"
|
compile "org.bouncycastle:bcpkix-jdk15on:$bouncycastleVersion"
|
||||||
|
|||||||
Reference in New Issue
Block a user