Skip to content

Commit

Permalink
[#21] Use Gradle plugin for ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
krzema12 committed Jan 4, 2021
1 parent c439ff7 commit a70a243
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 33 deletions.
3 changes: 1 addition & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,14 @@ buildscript {

plugins {
id 'jacoco'
id 'org.jlleitschuh.gradle.ktlint' version '9.4.1'
}

apply plugin: com.soywiz.korlibs.KorlibsPlugin

group 'it.krzeminski.vis-assert'
version '0.4.0-beta'

apply from: "$rootDir/ktlint.gradle"

jacoco {
toolVersion = '0.8.3'
}
Expand Down
31 changes: 0 additions & 31 deletions ktlint.gradle

This file was deleted.

0 comments on commit a70a243

Please sign in to comment.