Skip to content

Commit

Permalink
nixos/{confluence,crowd,jira}: use regular jre
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Nov 2, 2024
1 parent 5d84e15 commit d12d39b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/atlassian/confluence.nix
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ in

package = mkPackageOption pkgs "atlassian-confluence" { };

jrePackage = mkPackageOption pkgs "oraclejre8" {
jrePackage = mkPackageOption pkgs "jre8" {
extraDescription = ''
::: {.note }
Atlassian only supports the Oracle JRE (JRASERVER-46152).
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/atlassian/crowd.nix
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ in

package = mkPackageOption pkgs "atlassian-crowd" { };

jrePackage = mkPackageOption pkgs "oraclejre8" {
jrePackage = mkPackageOption pkgs "jre8" {
extraDescription = ''
::: {.note }
Atlassian only supports the Oracle JRE (JRASERVER-46152).
Expand Down
2 changes: 1 addition & 1 deletion nixos/modules/services/web-apps/atlassian/jira.nix
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ in

package = mkPackageOption pkgs "atlassian-jira" { };

jrePackage = mkPackageOption pkgs "oraclejre8" {
jrePackage = mkPackageOption pkgs "jre8" {
extraDescription = ''
::: {.note }
Atlassian only supports the Oracle JRE (JRASERVER-46152).
Expand Down

0 comments on commit d12d39b

Please sign in to comment.