We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 887a217 commit 2f5904bCopy full SHA for 2f5904b
build.gradle.kts
@@ -42,7 +42,7 @@ allprojects {
42
}
43
44
kotlinGradle {
45
- licenseHeaderFile(rootProject.file("HEADER"), "(plugins|import|buildscript|pluginManagement)")
+ licenseHeaderFile(rootProject.file("HEADER"), "(plugins|import|buildscript|pluginManagement|base)")
46
endWithNewline()
47
trimTrailingWhitespace()
48
common/build.gradle.kts
@@ -13,8 +13,6 @@
13
* See the License for the specific language governing permissions and
14
* limitations under the License.
15
*/
16
-import org.gradle.kotlin.dsl.libs
17
-
18
base {
19
archivesName.set("common")
20
0 commit comments