• jakub-senohrabek-jb's avatar
    Allow setting skiko properties using skiko.properties file inside jar (#994) · bccb17a4
    jakub-senohrabek-jb authored
    In order to use two different versions of skiko in one app (using
    multiple classloaders), it is required to use the unpacking strategy, as
    the skiko.library.path is a system property, which is same for all
    classloaders.
    
    This change will allow to use presigned natives shipped together with
    the app, while still being able to use multiple versions as the property
    skiko.library.path will be loaded from current classloader resources,
    with fallback to system property.
    Co-authored-by: 's avatarJakub Senohrabek <jakub@senohrabek.net>
    bccb17a4
Name
Last commit
Last update
.github Loading commit data...
.run Loading commit data...
gradle/wrapper Loading commit data...
samples Loading commit data...
skiko Loading commit data...
.gitignore Loading commit data...
DEVELOPMENT.md Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
gradle.properties Loading commit data...
gradlew Loading commit data...
gradlew.bat Loading commit data...
settings.gradle.kts Loading commit data...