Skip to content

Commit

Permalink
Устранены проблемы совместимости для публикации в маркете
Browse files Browse the repository at this point in the history
  • Loading branch information
rpiontik committed Jan 30, 2022
1 parent 9c58f27 commit f42c72e
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 5 deletions.
Binary file modified .gradle/7.1/dependencies-accessors/dependencies-accessors.lock
Binary file not shown.
Binary file modified .gradle/7.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/7.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/7.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
11 changes: 8 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group 'org.dochub.idea'
version '1.0-SNAPSHOT'
version '1.4-beta'

repositories {
mavenCentral()
Expand All @@ -22,8 +22,13 @@ intellij {
}
patchPluginXml {
changeNotes = """
Add change notes here.<br>
<em>most HTML tags may be used</em>"""
Bata version of DocHub Plugin<br>
<em>
<ul>
<li>Helps to describe the architecture through autocomplete</li>
<ul>
</em>
"""
}
test {
useJUnitPlatform()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
import com.intellij.psi.PsiElement;
import com.intellij.util.ProcessingContext;
import org.dochub.idea.arch.completions.providers.CustomProvider;
import org.dochub.idea.arch.completions.providers.Root;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.yaml.psi.YAMLDocument;
import org.jetbrains.yaml.psi.YAMLKeyValue;
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<vendor email="[email protected]" url="https://dochub.info">DocHub</vendor>

<description><![CDATA[
Плагин для управления архитектурой как кодом.
Plugin for managing architecture as code.
]]></description>

<!-- please see https://plugins.jetbrains.com/docs/intellij/plugin-compatibility.html
Expand Down

0 comments on commit f42c72e

Please sign in to comment.