Skip to content

Commit

Permalink
Uploaded the runnable code
Browse files Browse the repository at this point in the history
  • Loading branch information
MohaAmiry committed Jan 24, 2024
1 parent bd244c5 commit 5e34d99
Show file tree
Hide file tree
Showing 10 changed files with 672 additions and 21 deletions.
20 changes: 0 additions & 20 deletions .idea/gradle.xml

This file was deleted.

6 changes: 6 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ version = properties("pluginVersion")
repositories {
mavenCentral()
}
dependencies {
implementation("org.projectlombok:lombok:1.18.20")
}

// Configure Gradle IntelliJ Plugin - read more: https://github.com/JetBrains/gradle-intellij-plugin
intellij {
Expand All @@ -32,6 +35,9 @@ intellij {

// Plugin Dependencies. Uses `platformPlugins` property from the gradle.properties file.
plugins.set(properties("platformPlugins").split(',').map(String::trim).filter(String::isNotEmpty))
plugins.add("Dart:212.5742")
plugins.add("com.intellij.java")
plugins.add("org.intellij.groovy")
}

// Configure Gradle Changelog Plugin - read more: https://github.com/JetBrains/gradle-changelog-plugin
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pluginUntilBuild = 213.*

# IntelliJ Platform Properties -> https://github.com/JetBrains/gradle-intellij-plugin#intellij-platform-properties
platformType = IC
platformVersion = 2021.1.3
platformVersion = 2021.2.4

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down
Empty file modified gradlew
100755 → 100644
Empty file.
Loading

0 comments on commit 5e34d99

Please sign in to comment.