Skip to content

Commit 31ffdc1

Browse files
committed
Enable doma.compile plugin in the build script.
1 parent 1e09968 commit 31ffdc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
java
55
alias(libs.plugins.eclipse.apt)
66
alias(libs.plugins.spotless)
7-
alias(libs.plugins.doma.compile) apply false
7+
alias(libs.plugins.doma.compile)
88
}
99

1010
// Retain a reference to rootProject.libs to make the version catalog accessible within allprojects and subprojects.

0 commit comments

Comments
 (0)