Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
[#18] remove ide specific plugins from gradle build
Browse files Browse the repository at this point in the history
  • Loading branch information
billkable committed Nov 9, 2022
1 parent 2be1465 commit 27564e7
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions lab/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,4 @@ subprojects {
useJUnitPlatform()
}

apply plugin: 'idea'

idea {
module {
downloadJavadoc = true
downloadSources = true
}
}
}

0 comments on commit 27564e7

Please sign in to comment.