Skip to content

Commit

Permalink
Updated to IntelliJ version 2022.1 (#306)
Browse files Browse the repository at this point in the history
2022.1 is now the default version installed.
  • Loading branch information
freemanjp authored Apr 12, 2022
1 parent 6389579 commit 34b013c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ are shown below):
```yaml
# IntelliJ IDEA version number
intellij_version: '2021.3.3'
intellij_version: '2022.1'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down Expand Up @@ -130,6 +130,7 @@ The following versions of IntelliJ IDEA are supported without any additional
configuration (for other versions follow the Advanced Configuration
instructions):
* `2022.1`
* `2021.3.3`
* `2021.3.2`
* `2021.3.1`
Expand Down
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# IntelliJ IDEA version number
intellij_version: '2021.3.3'
intellij_version: '2022.1'

# Mirror where to dowload IntelliJ IDEA redistributable package from
# Using HTTP because of https://github.com/ansible/ansible/issues/11579
Expand Down
3 changes: 3 additions & 0 deletions vars/versions/2022.1-community.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 0400e6152fa0173e4e9a514c6398eef8f19150893298658c0b3eb1427e5bcbe5
3 changes: 3 additions & 0 deletions vars/versions/2022.1-ultimate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
# SHA256 sum for the redistributable package
intellij_redis_sha256sum: 6ec9623d995e519968edfde73be7b3178bf0e345c86a08cfbfcaef341e7f346e

0 comments on commit 34b013c

Please sign in to comment.