Skip to content

Commit

Permalink
fuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Nansess committed Mar 20, 2024
1 parent ccb5ce0 commit de02c6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 19 deletions.
11 changes: 0 additions & 11 deletions main/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,6 @@ dependencies {
compileOnly "org.slf4j:slf4j-api:2.0.7"
}

publishing {
publications {
maven(MavenPublication) {
pom {
artifactId archivesBaseName
from components.java
}
}
}
}

kotlin {
jvmToolchain(11)
}
8 changes: 0 additions & 8 deletions plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,3 @@ dependencies {
implementation "com.github.topi314.lavasearch:lavasearch-plugin-api:1.0.0"
}

publishing {
publications {
maven(MavenPublication) {
from components.java
artifactId archivesBaseName
}
}
}

0 comments on commit de02c6a

Please sign in to comment.