Skip to content

Commit

Permalink
Upgrade to Java 15
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptzou committed Oct 19, 2022
1 parent d36e5b0 commit 6b5c41a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hivfacts-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ plugins {
group = 'edu.stanford.hivdb.hivfacts'
version = '2022.6a1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
sourceCompatibility = 15
targetCompatibility = 15

description = 'Amino acid / codon classification data of HIV-1 pol'

dependencies {
implementation 'org.apache.commons:commons-lang3:3.9'
implementation 'commons-io:commons-io:2.6'
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.guava:guava:30.1.1-jre'
implementation 'com.codepoetics:protonpack:1.15'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit 6b5c41a

Please sign in to comment.