Skip to content

Commit

Permalink
Add publication
Browse files Browse the repository at this point in the history
  • Loading branch information
Virtlink committed Jul 25, 2024
1 parent f804b33 commit 7042c44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions org.metaborg.meta.lang.esv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,11 @@ dependencies {

compileOnly(libs.spoofax.core)
}

publishing {
publications {
create<MavenPublication>("mavenJava") {
from(components["java"])
}
}
}

0 comments on commit 7042c44

Please sign in to comment.