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 9bbea07 commit fbecddeCopy full SHA for fbecdde
build.gradle
@@ -10,6 +10,8 @@ repositories {
10
maven { url "https://jitpack.io" }
11
}
12
13
+version '1.0.0'
14
+
15
dependencies {
16
// This dependency is exported to consumers, that is to say found on their compile classpath.
17
api 'org.apache.commons:commons-math3:3.6.1'
@@ -33,7 +35,12 @@ dependencies {
33
35
implementation 'com.github.jitpack:gradle-simple:1.0'
34
36
37
38
+apply plugin: 'java'
39
+apply plugin: 'idea'
40
41
test {
42
// Use junit platform for unit tests
43
useJUnitPlatform()
44
45
46
+wrapper.gradleVersion = '6.0.1'
0 commit comments