Join Slack
Powered by
is there any way to make publishing lazier? the l...
# community-support
c
Caleb Cushing
03/27/2024, 2:47 AM
is there any way to make publishing lazier? the log message outputs when I run
./gradlew classes
Untitled.kt
a
Adam
03/27/2024, 8:05 AM
Try
register<MavenPublication>
instead of
create<>
c
Caleb Cushing
03/28/2024, 1:57 AM
no, it still does it
Open in Slack
Previous
Next