We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e166fb8 commit d9aa6abCopy full SHA for d9aa6ab
repository-services/isajson-ena/build.gradle
@@ -5,6 +5,9 @@ plugins {
5
id 'java'
6
}
7
8
+sourceCompatibility = 11
9
+targetCompatibility = 11
10
+
11
group = 'com.elixir.biohackaton'
12
version = '0.0.1-SNAPSHOT'
13
0 commit comments