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:
parent
b72f23d76f
commit
b58cb1e66b
1
.github/template-cleanup/settings.gradle.kts
vendored
Normal file
1
.github/template-cleanup/settings.gradle.kts
vendored
Normal file
@ -0,0 +1 @@
|
||||
rootProject.name = "%NAME%"
|
@ -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
1
settings.gradle.kts
Normal file
@ -0,0 +1 @@
|
||||
rootProject.name = "Template"
|
Loading…
Reference in New Issue
Block a user