File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 3
3
# Code4Me Changelog
4
4
5
5
## [ Unreleased]
6
+ ### Changed
7
+ - Update build configurations
6
8
7
9
## [ 1.0.11]
8
- ### Changed
9
- - Allowing storing of context
10
- - Increase max context length
10
+ ### Changed
11
+ - Allowing storing of context
12
+ - Increase max context length
11
13
- Fixed redundant bracket when completing
12
14
13
15
## [ 1.0.10]
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ plugins {
6
6
// Java support
7
7
id(" java" )
8
8
// Gradle IntelliJ Plugin
9
- id(" org.jetbrains.intellij" ) version " 1.6 .0"
9
+ id(" org.jetbrains.intellij" ) version " 1.9 .0"
10
10
// Gradle Changelog Plugin
11
11
id(" org.jetbrains.changelog" ) version " 1.3.1"
12
12
}
@@ -51,7 +51,6 @@ tasks {
51
51
patchPluginXml {
52
52
version.set(properties(" pluginVersion" ))
53
53
sinceBuild.set(properties(" pluginSinceBuild" ))
54
- untilBuild.set(properties(" pluginUntilBuild" ))
55
54
56
55
// Extract the <!-- Plugin description --> section from README.md and provide for the plugin's manifest
57
56
pluginDescription.set(
Original file line number Diff line number Diff line change 4
4
pluginGroup = me.code4me.plugin
5
5
pluginName = Code4Me
6
6
# SemVer format -> https://semver.org
7
- pluginVersion = 1.0.11
7
+ pluginVersion = 1.0.12
8
8
9
9
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
10
10
# for insight into build numbers and IntelliJ Platform versions.
11
11
pluginSinceBuild = 212
12
- pluginUntilBuild = 221.*
13
12
14
13
# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
15
14
platformType = PY
@@ -23,7 +22,7 @@ platformPlugins =
23
22
javaVersion = 11
24
23
25
24
# Gradle Releases -> https://github.com/gradle/gradle/releases
26
- gradleVersion = 7.4.2
25
+ gradleVersion = 7.5.1
27
26
28
27
# Opt-out flag for bundling Kotlin standard library.
29
28
# See https://plugins.jetbrains.com/docs/intellij/kotlin.html#kotlin-standard-library for details.
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-7.4.2 -bin.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-7.5.1 -bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments