Skip to content

Commit

Permalink
further clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
openmindculture committed Jul 19, 2022
1 parent 5ae8362 commit 7cbd91a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 31 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# intellij-cute-pink-light-theme Changelog

## 0.4.3 - 2022-07-19
## 0.4.4 - 2022-07-19
- remove hopefully obsolete components to fix verification errors

## 0.4.2 - 2022-07-19
Expand Down
25 changes: 3 additions & 22 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
pluginGroup = com.github.openmindculture.intellijcutepinklighttheme
pluginName = intellij-cute-pink-light-theme

pluginVersion = 0.4.3
pluginVersion = 0.4.4
pluginSinceBuild = 202
pluginUntilBuild = 221.*
# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
Expand All @@ -17,10 +17,7 @@ platformVersion = 2022.1
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
platformPlugins =

# Java language level used to compile sources and to generate the files for
javaVersion = 11
# platformPlugins =

# Gradle Releases -> https://github.com/gradle/gradle/releases
gradleVersion = 7.5.0
Expand All @@ -29,20 +26,4 @@ gradleVersion = 7.5.0
# See https://kotlinlang.org/docs/reference/using-gradle.html#dependency-on-the-standard-library for details.
kotlin.stdlib.default.dependency = false

org.gradle.warning.mode=all

compileOptions {
sourceCompatibility = 11
targetCompatibility = 11
}

compilerArgs.addAll(
listOf(
"--enable-preview",
"-Xlint:all",
"-parameters",
"--add-opens",
"java.base/java.util=ALL-UNNAMED"
// "-XX:+IgnoreUnrecognizedVMOptions",
)
)
org.gradle.warning.mode=all
6 changes: 0 additions & 6 deletions qodana.yml

This file was deleted.

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 @@ -3,7 +3,7 @@
<id>com.github.openmindculture.intellijcutepinklighttheme</id>
<description>Cute Pink Light Theme for IntelliJ Platform inspired by WebFreak's Cute Pink Light Theme for VisualStudio Code.</description>
<change-notes>Initial theme release. Basic theme functionality.</change-notes>
<version>0.4.3</version>
<version>0.4.4</version>
<vendor url="https://github.com/openmindculture/">Ingo Steinke (openmindculture)</vendor>

<!-- Compatible with the following versions of IntelliJ Platform:
Expand Down
1 change: 0 additions & 1 deletion src/main/resources/messages/MyBundle.properties

This file was deleted.

0 comments on commit 7cbd91a

Please sign in to comment.