Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
felldo committed Nov 17, 2024
1 parent c032538 commit 7b840c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
5 changes: 1 addition & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ import com.github.javaparser.ast.body.FieldDeclaration
import com.github.javaparser.ast.body.VariableDeclarator
import com.github.javaparser.ast.comments.JavadocComment
import com.github.javaparser.ast.expr.*
import net.fellbaum.jemoji.EmojiManager
import net.fellbaum.jemoji.Fitzpatrick
import net.fellbaum.jemoji.HairStyle
import okhttp3.HttpUrl
Expand All @@ -34,9 +33,7 @@ import java.io.ObjectOutputStream
import java.util.stream.Collectors
import kotlin.math.ceil

plugins {
id("com.autonomousapps.dependency-analysis") version "2.4.2"
}
plugins {}

allprojects {
apply(plugin = "maven-publish")
Expand Down
5 changes: 0 additions & 5 deletions jemoji-languages/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
`maven-publish`
signing
id("com.github.ben-manes.versions") version "0.51.0"
id("com.autonomousapps.dependency-analysis")
}

val java9: SourceSet by sourceSets.creating
Expand Down Expand Up @@ -52,10 +51,6 @@ dependencies {
testImplementation(project(":jemoji"))
}

/*tasks.test {
useJUnitPlatform()
}*/

java {
withJavadocJar()
withSourcesJar()
Expand Down
3 changes: 0 additions & 3 deletions jemoji/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
id("com.github.johnrengelman.shadow") version "8.1.1"
//https://github.com/melix/jmh-gradle-plugin
id("me.champeau.jmh") version "0.7.2"
id("com.autonomousapps.dependency-analysis")
}


Expand Down Expand Up @@ -53,8 +52,6 @@ repositories {

dependencies {
compileOnlyApi("org.jspecify:jspecify:1.0.0")

//implementation("com.fasterxml.jackson.core:jackson-databind:2.17.2")
}

testing {
Expand Down

0 comments on commit 7b840c2

Please sign in to comment.