Skip to content

Commit

Permalink
Merge pull request #14 from abdelhalimjean/main
Browse files Browse the repository at this point in the history
v1.7 -> add compatibility with IDEA 2024.1
  • Loading branch information
franmc01 authored Apr 4, 2024
2 parents 35774f6 + 57866b3 commit 3d99e9c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 7 deletions.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
4 changes: 2 additions & 2 deletions .gradle/buildOutputCleanup/cache.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#Thu Oct 05 20:00:53 ECT 2023
gradle.version=7.2
#Thu Apr 04 16:52:02 UTC 2024
gradle.version=8.5
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
Binary file modified .gradle/checksums/checksums.lock
Binary file not shown.
Binary file modified .gradle/checksums/md5-checksums.bin
Binary file not shown.
Binary file modified .gradle/checksums/sha1-checksums.bin
Binary file not shown.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
plugins {
id 'org.jetbrains.intellij' version '1.5.2'
id 'org.jetbrains.intellij' version '1.17.3'
id 'java'
}

group 'org.franciscode'
version '1.6'
version '1.7'

repositories {
mavenCentral()
Expand All @@ -17,13 +17,13 @@ dependencies {

// See https://github.com/JetBrains/gradle-intellij-plugin/
intellij {
version = '2023.3'
version = '2024.1'
}
patchPluginXml {
changeNotes = """
<h1>Changelog for Moonlight JetBrains Theme</h1>
<p><strong>📅 Release Date:</strong> January 24, 2024</p>
<p><strong>📅 Release Date:</strong> March 4, 2024</p>
<h2>🚀 What’s New</h2>
Expand Down
3 changes: 2 additions & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#Thu Apr 04 16:03:34 UTC 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 3d99e9c

Please sign in to comment.