Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Ivar Hatledal committed Jul 18, 2020
1 parent 2b4b9a4 commit e59ac69
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,10 @@ subprojects { sub ->
maven { url "https://dl.bintray.com/ntnu-ihb/mvn" }
}

configurations.all {
resolutionStrategy.cacheChangingModulesFor 0, 'seconds'
}

dependencies {

sub.plugins.withId('kotlin') {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation 'org.jetbrains.kotlin:kotlin-reflect'
}

}
Expand Down

0 comments on commit e59ac69

Please sign in to comment.