gradle settings
This commit is contained in:
@@ -215,9 +215,9 @@
|
|||||||
runHook preInstall
|
runHook preInstall
|
||||||
|
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
binary="$(find build/gluonfx -type f -perm -0100 -name jprototerm | head -n1)"
|
binary="$(find build/gluonfx -path '*/gvm/*' -prune -o -type f -perm -0100 -print | head -n1)"
|
||||||
if [ -z "$binary" ]; then
|
if [ -z "$binary" ]; then
|
||||||
echo "Could not find native jprototerm binary under build/gluonfx" >&2
|
echo "Could not find native executable under build/gluonfx" >&2
|
||||||
find build/gluonfx -type f -perm -0100 >&2 || true
|
find build/gluonfx -type f -perm -0100 >&2 || true
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|||||||
8
settings.gradle
Normal file
8
settings.gradle
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
pluginManagement {
|
||||||
|
repositories {
|
||||||
|
gradlePluginPortal()
|
||||||
|
mavenCentral()
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
rootProject.name = 'jprototerm'
|
||||||
Reference in New Issue
Block a user