mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2024-10-27 20:44:05 +00:00
Remove jcenter()
from repositories
This commit is contained in:
parent
06d0ee0a36
commit
e85e446356
@ -4,6 +4,7 @@
|
||||
|
||||
## [Unreleased]
|
||||
### Changed
|
||||
- Remove reference to the `jcenter()` from Gradle configuration file
|
||||
- Update `pluginVerifierIdeVersions` to `2020.2.4, 2020.3.4, 2021.1`
|
||||
- Update `pluginUntilBuild` to include `211.*` (2021.1.*)
|
||||
- Dependencies - upgrade `org.jetbrains.kotlin.jvm` to `1.5.0`
|
||||
|
@ -26,7 +26,6 @@ version = properties("pluginVersion")
|
||||
// Configure project's dependencies
|
||||
repositories {
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:1.17.0")
|
||||
|
Loading…
Reference in New Issue
Block a user