Skip to content

Commit 2f5904b

Browse files
committed
Remove unused import from build script
1 parent 887a217 commit 2f5904b

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ allprojects {
4242
}
4343

4444
kotlinGradle {
45-
licenseHeaderFile(rootProject.file("HEADER"), "(plugins|import|buildscript|pluginManagement)")
45+
licenseHeaderFile(rootProject.file("HEADER"), "(plugins|import|buildscript|pluginManagement|base)")
4646
endWithNewline()
4747
trimTrailingWhitespace()
4848
}

common/build.gradle.kts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
import org.gradle.kotlin.dsl.libs
17-
1816
base {
1917
archivesName.set("common")
2018
}

0 commit comments

Comments
 (0)