Skip to content

Commit

Permalink
fix: dependencies updated for 2022.1 (see #487)
Browse files Browse the repository at this point in the history
  • Loading branch information
iromeo committed Apr 19, 2022
1 parent 72ab7b7 commit 1f91463
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pluginName = snakecharm
# Version naming based on https://semver.org:
# * {pluginVersion}.{pluginBuildCounter}{pluginPreReleaseSuffix}
# * {pluginPreReleaseSuffix}: Use empty string [..=] for release, for eap: [..=-eap] or [..=-eap.2]
pluginVersion = 2021.3
pluginVersion = 2022.1
pluginPreReleaseSuffix=-eap
# Project build counter from CI. Can be overridden during build using `./gradlew -PbuildCounter=nnnn my_task_name`
pluginBuildCounter=SNAPSHOT
Expand All @@ -17,12 +17,12 @@ pluginBuildCounter=SNAPSHOT
#######################################################################################################################
# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
# for insight into build numbers and IntelliJ Platform versions.
pluginSinceBuild = 213
pluginUntilBuild = 213.*
pluginSinceBuild = 221
pluginUntilBuild = 221.*

# Plugin Verifier integration -> https://github.com/JetBrains/gradle-intellij-plugin#plugin-verifier-dsl
# See https://jb.gg/intellij-platform-builds-list for available build versions.
pluginVerifierIdeVersions = 2021.3.2
pluginVerifierIdeVersions = 2021.3.2, 2022.1

# Versions: 2021.1.1, LATEST-EAP-SNAPSHOT, LATEST-TRUNK-SNAPSHOT, 201-EAP-SNAPSHOT, 201.7223.69
# Platforms: PC, PY, IC
Expand All @@ -42,7 +42,7 @@ platformPlugins = org.jetbrains.plugins.yaml
platformType = PC
# 2021.1.1, 213-EAP-SNAPSHOT, LATEST-TRUNK-SNAPSHOT, LATEST-EAP-SNAPSHOT, 213.5281.17, 212.5457-EAP-CANDIDATE-SNAPSHOT
# see: https://www.jetbrains.com/intellij-repository/snapshots/
platformVersion = 2021.3.2
platformVersion = 2022.1
#platformVersion = LATEST-EAP-SNAPSHOT
platformDownloadSources = true
# Plugin Dependencies -> https://plugins.jetbrains.com/docs/intellij/plugin-dependencies.html
Expand Down Expand Up @@ -83,6 +83,7 @@ gradleVersion = 7.3
# - VCS root name: snakemake-wrappers (xxx.yyy.zzz release)
# - Branch default: refs/tags/xxx.yyy.zzz
# - Branch specification: +:refs/tags/xxx.yyy.zzz
# * To checkout tag run: `git checkout tags/xxx.yyy.zzz -b tags/xxx.yyy.zzz`
snakemakeWrappersRepoVersion=0.80.2
# * To checkout tag run: `git checkout tags/xxx.yyy.zzz -b tags/xxx.yyy.zzz` (git checkout tags/v1.3.2 -b tags/v1.3.2)
# TODO!!! wrappers repo!
snakemakeWrappersRepoVersion=1.3.2
snakemakeWrappersRepoPath=/Users/romeo/work/git_repos/snakecharm_related/snakemake-wrappers

0 comments on commit 1f91463

Please sign in to comment.