Skip to content

Commit f42c72e

Browse files
committed
Устранены проблемы совместимости для публикации в маркете
1 parent 9c58f27 commit f42c72e

File tree

11 files changed

+9
-5
lines changed

11 files changed

+9
-5
lines changed
-23 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-23 Bytes
Binary file not shown.
1000 Bytes
Binary file not shown.
-23 Bytes
Binary file not shown.
-23 Bytes
Binary file not shown.
270 Bytes
Binary file not shown.

.gradle/checksums/checksums.lock

-23 Bytes
Binary file not shown.

build.gradle

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
}
55

66
group 'org.dochub.idea'
7-
version '1.0-SNAPSHOT'
7+
version '1.4-beta'
88

99
repositories {
1010
mavenCentral()
@@ -22,8 +22,13 @@ intellij {
2222
}
2323
patchPluginXml {
2424
changeNotes = """
25-
Add change notes here.<br>
26-
<em>most HTML tags may be used</em>"""
25+
Bata version of DocHub Plugin<br>
26+
<em>
27+
<ul>
28+
<li>Helps to describe the architecture through autocomplete</li>
29+
<ul>
30+
</em>
31+
"""
2732
}
2833
test {
2934
useJUnitPlatform()

src/main/java/org/dochub/idea/arch/completions/providers/forms/FormItem.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
import com.intellij.psi.PsiElement;
88
import com.intellij.util.ProcessingContext;
99
import org.dochub.idea.arch.completions.providers.CustomProvider;
10-
import org.dochub.idea.arch.completions.providers.Root;
1110
import org.jetbrains.annotations.NotNull;
1211
import org.jetbrains.yaml.psi.YAMLDocument;
1312
import org.jetbrains.yaml.psi.YAMLKeyValue;

0 commit comments

Comments
 (0)