1
0
mirror of https://github.com/JetBrains/intellij-platform-plugin-template.git synced 2024-10-27 20:44:05 +00:00

Added settings.gradle.kts for the performance purposes

This commit is contained in:
Jakub Chrzanowski 2020-06-26 09:35:03 +02:00
parent b72f23d76f
commit b58cb1e66b
3 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1 @@
rootProject.name = "%NAME%"

View File

@ -3,6 +3,9 @@
# IntelliJ Platform Plugin Template Changelog
## [Unreleased]
### Added
- `settings.gradle.kts` for the [performance purposes](https://docs.gradle.org/current/userguide/organizing_gradle_projects.html#always_define_a_settings_file)
### Changed
- README proofreading
- GitHub Actions - Update IDE versions for the Plugin Verifier

1
settings.gradle.kts Normal file
View File

@ -0,0 +1 @@
rootProject.name = "Template"