mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2026-06-14 17:02:31 +02:00
Compare commits
26 Commits
898f37796e
...
105892301d
| Author | SHA1 | Date | |
|---|---|---|---|
|
105892301d
|
|||
|
77b1730c60
|
|||
|
52a21229c1
|
|||
|
5bcaf55fd7
|
|||
|
a6e9784c52
|
|||
|
7badd2dc35
|
|||
|
8eae71653f
|
|||
|
9a6d4e15c3
|
|||
|
43d003f0ad
|
|||
|
88b703f447
|
|||
|
13d3130032
|
|||
|
6e52372f77
|
|||
|
d2cdda3f30
|
|||
|
503a2f274b
|
|||
|
e665ed9f04
|
|||
|
16c1cd1926
|
|||
|
f8158a4b9b
|
|||
|
847fb277f2
|
|||
|
511a71a8a0
|
|||
|
f92b2e4277
|
|||
|
fe256170b4
|
|||
|
0af65bda54
|
|||
|
7f9fa40a40
|
|||
|
6b17a963db
|
|||
|
64aa59b5a5
|
|||
|
9845668c5b
|
@@ -303,11 +303,6 @@ tasks {
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
buildPlugin {
|
||||
dependsOn(sourcesJar)
|
||||
from(sourcesJar) { into("lib/src") }
|
||||
}
|
||||
}
|
||||
|
||||
java {
|
||||
@@ -380,13 +375,7 @@ intellijPlatform {
|
||||
)
|
||||
|
||||
ideaVersion {
|
||||
// Let the Gradle plugin set the since-build version. It defaults to the version of the IDE we're building against
|
||||
// specified as two components, `{branch}.{build}` (e.g., "241.15989"). There is no third component specified.
|
||||
// The until-build version defaults to `{branch}.*`, but we want to support _all_ future versions, so we set it
|
||||
// with a null provider (the provider is important).
|
||||
// By letting the Gradle plugin handle this, the Plugin DevKit IntelliJ plugin cannot help us with the "Usage of
|
||||
// IntelliJ API not available in older IDEs" inspection. However, since our since-build is the version we compile
|
||||
// against, we can never get an API that's newer - it would be an unresolved symbol.
|
||||
sinceBuild.set("2025.3")
|
||||
untilBuild.set(provider { null })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user