@@ -18,6 +18,8 @@ associated with each component.
18
18
* `com.google.code.gson:gson`
19
19
* Gradle Develocity Plugin/Extension Adapters
20
20
* `com.gradle:develocity-maven-extension-adapters`
21
+ * Gradle Common Custom User Data Maven Extension
22
+ * `com.gradle:common-custom-user-data-maven-extension`
21
23
* Gson on Fire
22
24
* `io.gsonfire:gson-fire`
23
25
* Picocli
@@ -91,6 +93,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
91
93
See the License for the specific language governing permissions and
92
94
limitations under the License.
93
95
96
+ Gradle Common Custom User Data Maven Extension
97
+ ----------------------------------------------
98
+ Copyright 2024 Gradle, Inc.
99
+
100
+ Licensed under the Apache License, Version 2.0 (the "License");
101
+ you may not use this file except in compliance with the License.
102
+ You may obtain a copy of the License at
103
+
104
+ http://www.apache.org/licenses/LICENSE-2.0
105
+
106
+ Unless required by applicable law or agreed to in writing, software
107
+ distributed under the License is distributed on an "AS IS" BASIS,
108
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
109
+ See the License for the specific language governing permissions and
110
+ limitations under the License.
111
+
94
112
Gson on Fire
95
113
-------------
96
114
Copyright 2015 Julio Viera
0 commit comments