File tree Expand file tree Collapse file tree 6 files changed +80
-4
lines changed
src/main/java/org/gradlex/javamodule/packaging Expand file tree Collapse file tree 6 files changed +80
-4
lines changed Original file line number Diff line number Diff line change 1818
1919import org .gradle .api .Action ;
2020import org .gradle .api .NamedDomainObjectContainer ;
21- import org .gradle .api .NonNullApi ;
2221import org .gradle .api .Project ;
2322import org .gradle .api .Task ;
2423import org .gradle .api .artifacts .Configuration ;
6160import static org .gradle .nativeplatform .OperatingSystemFamily .OPERATING_SYSTEM_ATTRIBUTE ;
6261import static org .gradle .nativeplatform .OperatingSystemFamily .WINDOWS ;
6362
64- @ NonNullApi
6563abstract public class JavaModulePackagingExtension {
6664 private static final Attribute <Boolean > JAVA_MODULE_ATTRIBUTE = Attribute .of ("javaModule" , Boolean .class );
6765 private static final String INTERNAL = "internal" ;
Original file line number Diff line number Diff line change 1616
1717package org .gradlex .javamodule .packaging ;
1818
19- import org .gradle .api .NonNullApi ;
2019import org .gradle .api .Plugin ;
2120import org .gradle .api .Project ;
2221import org .gradle .api .file .SourceDirectorySet ;
2827import javax .inject .Inject ;
2928
3029@ SuppressWarnings ("unused" )
31- @ NonNullApi
3230public abstract class JavaModulePackagingPlugin implements Plugin <Project > {
3331
3432 @ Inject
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright the GradleX team.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ @ NullMarked
18+ package org .gradlex .javamodule .packaging .internal ;
19+
20+ import org .jspecify .annotations .NullMarked ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright the GradleX team.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ @ NullMarked
18+ package org .gradlex .javamodule .packaging .model ;
19+
20+ import org .jspecify .annotations .NullMarked ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright the GradleX team.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ @ NullMarked
18+ package org .gradlex .javamodule .packaging ;
19+
20+ import org .jspecify .annotations .NullMarked ;
Original file line number Diff line number Diff line change 1+ /*
2+ * Copyright the GradleX team.
3+ *
4+ * Licensed under the Apache License, Version 2.0 (the "License");
5+ * you may not use this file except in compliance with the License.
6+ * You may obtain a copy of the License at
7+ *
8+ * http://www.apache.org/licenses/LICENSE-2.0
9+ *
10+ * Unless required by applicable law or agreed to in writing, software
11+ * distributed under the License is distributed on an "AS IS" BASIS,
12+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+ * See the License for the specific language governing permissions and
14+ * limitations under the License.
15+ */
16+
17+ @ NullMarked
18+ package org .gradlex .javamodule .packaging .tasks ;
19+
20+ import org .jspecify .annotations .NullMarked ;
You can’t perform that action at this time.
0 commit comments