Skip to content

Commit

Permalink
Update build system and notification
Browse files Browse the repository at this point in the history
  • Loading branch information
halirutan committed Jan 22, 2023
1 parent 41752ca commit 8c7d32d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
### Added

### Changed
- Update build system

### Deprecated

Expand Down
4 changes: 1 addition & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ fun properties(key: String) = project.findProperty(key).toString()

plugins {
java
id("org.jetbrains.intellij") version "1.11.0"
id("org.jetbrains.intellij") version "1.12.0"
id("org.jetbrains.changelog") version "2.0.0"
}

Expand Down Expand Up @@ -72,8 +72,6 @@ tasks {

withType<JavaCompile> {
options.encoding = "UTF-8"
sourceCompatibility = "17"
targetCompatibility = "17"
options.compilerArgs.add("-Xlint:all")
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ kpxPluginUntilBuild=223.*
# See https://jb.gg/intellij-platform-builds-list for available build versions
kpxPluginVerifierIdeVersions=IC-223.4884.69
platformType=IC
platformVersion=2022.3.1
platformVersion=2022.2.4
platformDownloadSources=true
gradleVersion=7.5.1
gradleVersion=7.6
# suppress inspection "WrongPropertyKeyValueDelimiter"
# suppress inspection "UnusedProperty"
--add-exports java.base/jdk.internal.vm=ALL-UNNAMED
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
kp.notification.startup=Woohoo, new version! Sponsor now and be the first to experience the bug-squashing magic! Also, leave a rating on the JetBrains website or star the repository on GitHub.
kp.dialog.reset.statistic.text=Do you really want to reset your Key Promoter X statistics? This cannot be undone!
kp.dialog.reset.statistic.title=Reset Statistics
kp.dialog.tip=<html><body><center>Command <u><b>{0}</b></u> missed {1} time(s)</center><center>Press <b>{2}</b> to close the dialog</center></body></html>
Expand All @@ -20,10 +21,9 @@ kp.notification.ask.new.shortcut=Want to create a shortcut for {0}?
kp.notification.disable.message=Suppress Alert for this Shortcut
kp.notification.edit.shortcut=Edit Keybinding
kp.notification.group=Key Promoter X
kp.notification.startup=This Key Promoter X fixes two reported issues. If you appreciate my efforts, then please consider sponsoring the project, leaving a rating on the JetBrains website, or starring the repository on GitHub.
kp.notification.startup.link=https://plugins.jetbrains.com/plugin/9792-key-promoter-x/sponsors
kp.notification.startup.link.name=Join the supporter team
kp.notification.tip.title=Command: {0}
kp.notification.startup.link.name=Become a Sponsor
kp.notification.tip.title={0}
kp.notification.tip.message=Shortcut {0} missed {1}
kp.snooze.topic=Key Promoter X Snooze
kp.toolwindow.id=Activate{0}ToolWindow

0 comments on commit 8c7d32d

Please sign in to comment.