is there any way to make publishing lazier? the l...
# community-support
c
is there any way to make publishing lazier? the log message outputs when I run
./gradlew classes
a
Try
register<MavenPublication>
instead of
create<>
c
no, it still does it