Skip to content

Commit

Permalink
Move AL2 spec files
Browse files Browse the repository at this point in the history
Moving files to be consistent with Corretto11+
  • Loading branch information
lutkerd committed Jan 25, 2022
1 parent f5e3715 commit 0b2fdca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if (Os.isFamily(Os.FAMILY_MAC)) {
subProjects += [':installers:mac:pkg',
':installers:mac:tar']
} else if (Os.isFamily(Os.FAMILY_UNIX)) {
subProjects += [':installers:linux:al2',
subProjects += [':installers:linux:al2:spec',
':installers:linux:universal:tar',
':installers:linux:universal:rpm',
':installers:linux:universal:deb']
Expand Down

0 comments on commit 0b2fdca

Please sign in to comment.