Skip to content

Commit

Permalink
Add "Homebrew on Linux" SDK locations
Browse files Browse the repository at this point in the history
  • Loading branch information
osbre authored and KronicDeth committed Jul 8, 2023
1 parent ca0b1ae commit b619834
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## v15.0.2
## v15.1.0

### Enhancemnts
* [#3279](https://github.com/KronicDeth/intellij-elixir/pull/3279) - [@osbre](https://github.com/osbre)
* Add "Homebrew on Linux" SDK locations.

### Bug Fixes
* [#3185](https://github.com/KronicDeth/intellij-elixir/pull/3213) - [@KronicDeth](https://github.com/KronicDeth)
Expand Down
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4627,6 +4627,24 @@ When configuring an SDK, if you don't want to use the suggested SDK home path, y
<tr>
<td>Erlang for Elixir SDK</td>
</tr>
<tr>
<td rowspan="3">
<a href="https://docs.brew.sh/Homebrew-on-Linux">Homebrew on Linux</a>
</td>
<td>Elixir SDK</td>
<td>
<code>/home/linuxbrew/.linuxbrew/Cellar/elixir/VERSION</code>
</td>
</tr>
<tr>
<td>Erlang SDK</td>
<td rowspan="2">
<code>/home/linuxbrew/.linuxbrew/Cellar/erlang/VERSION</code>
</td>
</tr>
<tr>
<td>Erlang for Elixir SDK</td>
</tr>
<tr>
<td rowspan="3">
<a href="https://nixos.org/nix/download.html">Nix</a>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Available idea versions:
# https://www.jetbrains.com/intellij-repository/releases
# https://www.jetbrains.com/intellij-repository/snapshots
baseVersion=15.0.2
baseVersion=15.1.0
ideaVersion=2023.1
# MUST stay at 1.8 for JPS (Build/Compile Project) compatibility even if JRE/JBR is newer
javaVersion=17
Expand Down
8 changes: 7 additions & 1 deletion resources/META-INF/changelog.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
<html>
<body>
<h1>v15.0.2</h1>
<h1>v15.1.0</h1>
<ul>
<li>
<p>Enhancements</p>
<ul>
<li>Add "Homebrew on Linux" SDK locations.</li>
</ul>
</li>
<li>
<p>Bug Fixes</p>
<ul>
Expand Down

0 comments on commit b619834

Please sign in to comment.