File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/com/inet/gradle/setup/unix/deb Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1717
1818import org .gradle .api .internal .project .ProjectInternal ;
1919import org .gradle .api .tasks .Input ;
20+ import org .gradle .api .tasks .Optional ;
2021
2122import com .inet .gradle .setup .unix .Unix ;
2223
@@ -55,6 +56,7 @@ public void build() {
5556 }
5657
5758 @ Input
59+ @ Optional
5860 public String getPriority () {
5961 return priority ;
6062 }
@@ -64,6 +66,7 @@ public void setPriority( String priority ) {
6466 }
6567
6668 @ Input
69+ @ Optional
6770 public String getInstallSize () {
6871 return installSize ;
6972 }
@@ -73,6 +76,7 @@ public void setInstallSize( String installSize ) {
7376 }
7477
7578 @ Input
79+ @ Optional
7680 @ Override
7781 public String getRecommends () {
7882 return recommends ;
@@ -111,6 +115,7 @@ public void setLintianOptions( String lintianOptions ) {
111115 }
112116
113117 @ Input
118+ @ Optional
114119 public String getMaintainerEmail () {
115120 return maintainerEmail ;
116121 }
@@ -120,6 +125,7 @@ public void setMaintainerEmail( String maintainerEmail ) {
120125 }
121126
122127 @ Input
128+ @ Optional
123129 public String getChanges () {
124130 return changes ;
125131 }
You can’t perform that action at this time.
0 commit comments