Skip to content

Commit

Permalink
Remove java files from the runtime jars (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
raylras committed Jan 11, 2024
1 parent 5e596ef commit ce3af94
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions org.eclipse.lsp4j.debug/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ dependencies {
testImplementation "com.tngtech.archunit:archunit:$versions.archunit"
}

jar {
from sourceSets.main.allJava
}

jar.bnd (
'Import-Package': "com.google.gson.*;version=\"$versions.gson\",*",
)
4 changes: 0 additions & 4 deletions org.eclipse.lsp4j/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ dependencies {
testImplementation "com.tngtech.archunit:archunit:$versions.archunit"
}

jar {
from sourceSets.main.allJava
}

jar.bnd (
'Import-Package': "com.google.gson.*;version=\"$versions.gson\",*"
)

0 comments on commit ce3af94

Please sign in to comment.