Skip to content

Commit

Permalink
Update gradle.properties
Browse files Browse the repository at this point in the history
Added temp branch to push for testing
  • Loading branch information
novalisdenahi committed Dec 18, 2024
1 parent 674c057 commit 106a7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Build & Release
on:
push:
branches: [ main ]
branches: [ main, build-verify-fix ]
tags: [ 'v[0-9]+.[0-9]+.[0-9]+' ]
pull_request:
branches: [ main ]
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pluginGroup = com.configcat.intellij.plugin
pluginName = ConfigCat Feature Flags
pluginRepositoryUrl =
pluginRepositoryUrl =https://github.com/configcat/intellij-plugin
# SemVer format -> https://semver.org
pluginVersion = 1.0.0

Expand All @@ -11,7 +11,7 @@ pluginSinceBuild = 231
pluginUntilBuild = 243.*

# IntelliJ Platform Properties -> https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html#configuration-intellij-extension
platformType = IU
platformType = IC
platformVersion = 2023.1

# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down

0 comments on commit 106a7b6

Please sign in to comment.