-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#1200 fixed
<b:colorPicker />
by inlining the image in the CSS file
- Loading branch information
1 parent
b4cfd0e
commit 59befdc
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
#!/bin/bash | ||
|
||
# This file is used to publish the library to Maven Central. | ||
# First, it runs the Gradle task to generate the resource files and to override the | ||
# resource files of the Maven Central version with the ones in the gradleResources directory. | ||
# After that, it calls the Maven deploy command to publish the library to Maven Central. | ||
# It would be more convenient to use the Gradle plugin to publish the library to Maven Central, | ||
# but that doesn't seem to be possible. The Gradle plugin always stops with a "400 Bad Request" error. | ||
|
||
# This script requires a settings.xml file in the .m2 directory with the following content: | ||
#<settings> | ||
# <servers> | ||
# <server> | ||
# <id>ossrh</id> | ||
# <username>(token-user from the Maven Central Nexus UI)</username> | ||
# <password>(token from the Maven Central Nexus UI)</password> | ||
# </server> | ||
# </servers> | ||
# <profiles> | ||
# <profile> | ||
# <id>sign-artifacts</id> | ||
# <properties> | ||
# <gpg.keyname>(id of the gpg key you're using to sign the files)</gpg.keyname> | ||
# <gpg.passphrase>(passphrase of that gpg key)</gpg.passphrase> <!-- Store encrypted if possible --> | ||
# </properties> | ||
# </profile> | ||
# </profiles> | ||
# <activeProfiles> | ||
# <activeProfile>sign-artifacts</activeProfile> | ||
# </activeProfiles> | ||
#</settings> | ||
|
||
./gradlew clean publishToMavenLocal | ||
|
||
mvn clean deploy -P MavenCentral |
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
mavenResources/META-INF/resources/bsf/css/jquery.minicolors.css
Large diffs are not rendered by default.
Oops, something went wrong.