All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.name.remal.gradle_plugins.dsl.utils.executableFileSuffix.kt Maven / Gradle / Ivy

The newest version!
package name.remal.gradle_plugins.dsl.utils

import name.remal.OS

val executableFileSuffix: String = if (OS.isWindows()) {
    ".exe"
} else {
    ""
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy