-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Major update with kotlin 1.4.0 and ktlint 0.38.1 (#154)
* Run kotlinter lint and format in classloader isolation Use the worker classpath to prevent clashes with the configured kotlin compiler version of a project. This hopefully allows a smoother upgrade path to kotlin 1.4 and fewer compiler version clashes in the future. One limition is we're doing one worker per sourceSet whereas before that work could be split between workers. Returning data from workers to tasks is problematic, so we couldn't easily stitch together into a final report. Instead report writing is delegated to the worker. Since it's a major change, anticipating making the major upgrade to kotlinter and moving all deprecated code. Also anticipating an upgrade to ktlint 0.38.0 once finalized. * use a single WorkQueue which seems to improve performance modestly * Use noIsolation worker, update readme * temporarily disable linting * fix readme desc
- Loading branch information
1 parent
f9356fc
commit c1789b1
Showing
26 changed files
with
232 additions
and
452 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 0 additions & 10 deletions
10
src/main/kotlin/org/jmailen/gradle/kotlinter/support/ExecutionContext.kt
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.