Skip to content

Commit b2da5bd

Browse files
committed
wip
Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
1 parent 5503782 commit b2da5bd

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/java-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ jobs:
197197
}
198198
EOF
199199
200-
JAR_FILE=$(ls *.jar)
200+
JAR_FILE=$(ls css-inline-*-SNAPSHOT.jar | grep -v sources | grep -v javadoc)
201+
echo "Using JAR: $JAR_FILE"
201202
202203
if [[ "$RUNNER_OS" == "Windows" ]]; then
203204
CLASSPATH_SEP=";"

bindings/java/build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ group = 'org.css-inline'
88
version = System.getenv('VERSION') ?: '0.15.0-SNAPSHOT'
99

1010
java {
11-
withJavadocJar()
12-
withSourcesJar()
1311
sourceCompatibility = JavaVersion.VERSION_17
1412
targetCompatibility = JavaVersion.VERSION_17
1513
}

0 commit comments

Comments
 (0)