Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/#1-CI/CD_Integration' into #1-CI…
Browse files Browse the repository at this point in the history
…/CD_Integration
  • Loading branch information
Patrick Schönfeld committed Jul 8, 2022
2 parents eba9c44 + 6e24653 commit f2679a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
// Kotlin support
id("org.jetbrains.kotlin.jvm") version "1.6.10"
// Gradle IntelliJ Plugin
id("org.jetbrains.intellij") version "1.5.2"
id("org.jetbrains.intellij") version "1.5.3"
// Gradle Changelog Plugin
id("org.jetbrains.changelog") version "1.3.1"
// Gradle Qodana Plugin
Expand Down Expand Up @@ -113,6 +113,7 @@ tasks {

runIde {
jvmArgs("-Xmx2024m", "-Xms512m", "-XX:MaxPermSize=500m", "-ea")
ideDir.set(file(properties("platformIdeDir")))
}

// Configure UI tests plugin
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pluginVerifierIdeVersions = 2020.1.4, 2020.2.3, 2020.3, 2021.3.2, 2021.3.3, 2022
platformType = IU
platformVersion = 2022.1.3
platformDownloadSources = true
platformIdeDir = /Applications/PhpStorm.app/Contents

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
# Example: platformPlugins = com.intellij.java, com.jetbrains.php:203.4449.22
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use Spryker\Glue\GlueApplicationExtension\Dependency\Plugin\ResourceRouteCollect
use Spryker\Glue\GlueApplicationExtension\Dependency\Plugin\ResourceRoutePluginInterface;
use Spryker\Glue\Kernel\AbstractPlugin;
class {{ module | dashToCamelCase }}ResourceRoutePlugin extends AbstractPlugin implements ResourceRoutePluginInterface
class {{ module | dashToCamelCase }}GlueResourceRoutePlugin extends AbstractPlugin implements ResourceRoutePluginInterface
{
/**
* {@inheritdoc}
Expand Down

0 comments on commit f2679a6

Please sign in to comment.