Skip to content

Commit

Permalink
Fix setgid access method
Browse files Browse the repository at this point in the history
  • Loading branch information
breskeby committed Sep 6, 2023
1 parent 87fec2d commit 5b21d51
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class SystemPackagingExtension {
File signingKeyRingFile
String user
String permissionGroup // Group is used by Gradle on tasks.
boolean setgid
Boolean setgid

/**
* In Debian, this is the Section and has to be provided. Valid values are: admin, cli-mono, comm, database, debug,
Expand Down Expand Up @@ -184,7 +184,7 @@ class SystemPackagingExtension {

@Input
@Optional
String getSetgid() {
Boolean getSetgid() {
return setgid
}

Expand Down

0 comments on commit 5b21d51

Please sign in to comment.