You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
128
-
*/
129
-
@Deprecated(forRemoval = true)
130
-
publicvoidsetUseSameVersion(booleanvalue) {
131
-
useSameVersion.set( value );
132
-
}
133
-
134
-
/**
135
-
* @see #getUseSameVersion()
136
-
*
137
-
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
138
-
*/
139
-
@Deprecated(forRemoval = true)
140
-
publicvoiduseSameVersion() {
141
-
useSameVersion.set( true );
142
-
}
143
-
144
-
/**
145
-
* @see #getSourceSet()
146
-
*
147
-
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
158
-
*/
159
-
@Deprecated(forRemoval = true)
160
-
publicvoidsetSourceSet(SourceSetsourceSet) {
161
-
this.sourceSet.set( sourceSet );
162
-
}
163
-
164
-
/**
165
-
* @see #getSourceSet()
166
-
*
167
-
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
178
-
*/
179
-
@Deprecated(forRemoval = true)
180
-
publicvoidsourceSet(SourceSetsourceSet) {
181
-
setSourceSet( sourceSet );
182
-
}
183
-
184
-
/**
185
-
* @see #getLanguages()
186
-
*
187
-
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
198
-
*/
199
-
@Deprecated
200
-
publicvoidlanguages(Stringlanguage) {
201
-
this.languages.add( language );
202
-
}
203
-
204
-
/**
205
-
* Provider access to {@link #getEnhancement()}
206
-
*
207
-
* @deprecated See the Gradle property naming <a href="https://docs.gradle.org/current/userguide/lazy_configuration.html#lazy_configuration_faqs">guidelines</a>
0 commit comments