We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbecdde commit f0e5a67Copy full SHA for f0e5a67
build.gradle
@@ -12,6 +12,8 @@ repositories {
12
13
version '1.0.0'
14
15
+sourceCompatibility = JavaVersion.VERSION_11
16
+
17
dependencies {
18
// This dependency is exported to consumers, that is to say found on their compile classpath.
19
api 'org.apache.commons:commons-math3:3.6.1'
0 commit comments