Skip to content

Commit fbecdde

Browse files
author
Andrey K
committed
Initial commit
1 parent 9bbea07 commit fbecdde

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ repositories {
1010
maven { url "https://jitpack.io" }
1111
}
1212

13+
version '1.0.0'
14+
1315
dependencies {
1416
// This dependency is exported to consumers, that is to say found on their compile classpath.
1517
api 'org.apache.commons:commons-math3:3.6.1'
@@ -33,7 +35,12 @@ dependencies {
3335
implementation 'com.github.jitpack:gradle-simple:1.0'
3436
}
3537

38+
apply plugin: 'java'
39+
apply plugin: 'idea'
40+
3641
test {
3742
// Use junit platform for unit tests
3843
useJUnitPlatform()
3944
}
45+
46+
wrapper.gradleVersion = '6.0.1'

0 commit comments

Comments
 (0)