From 229dcb58e0a65024f261a0f7d0487313552362f6 Mon Sep 17 00:00:00 2001 From: squid233 <60126026+squid233@users.noreply.github.com> Date: Wed, 22 Mar 2023 13:49:09 +0800 Subject: [PATCH] 15.0.01.2 --- README.md | 2 +- build.gradle | 1 + gradle.properties | 2 +- gradle/wrapper/gradle-wrapper.properties | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 98f38f6..94b3e23 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This “library” binds the baked bitmap of Unifont, so we don't need to add th ```groovy dependencies { - implementation "io.github.over-run:unifont:15.0.01.1" + implementation "io.github.over-run:unifont:15.0.01.2" } ``` diff --git a/build.gradle b/build.gradle index 15aebd7..458bdfd 100644 --- a/build.gradle +++ b/build.gradle @@ -66,6 +66,7 @@ sourcesJar { dependsOn classes archiveClassifier.set 'sources' from sourceSets.main.allSource, 'LICENSE' + exclude 'assets/*' } javadocJar { diff --git a/gradle.properties b/gradle.properties index 27e93b2..8bbfbe5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 projGroupId=io.github.over-run projArtifactId=unifont projName=unifont -projVersion=15.0.01.1 +projVersion=15.0.01.2 projDesc=Java Unifont binding projVcs=Over-Run/unifont projBranch=0.x diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index fc10b60..bdc9a83 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.0.2-bin.zip networkTimeout=10000 zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists