https://github.com/gradleup/os-arch
https://github.com/gradleup/os-arch
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gradleup/os-arch
- Owner: GradleUp
- License: mit
- Created: 2025-05-10T09:53:45.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-05-16T07:24:28.000Z (8 months ago)
- Last Synced: 2025-06-29T03:10:31.941Z (7 months ago)
- Language: Kotlin
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# os-arch
Util Gradle plugin for retrieving os and arch of the underlying platform.
It's meant to be useful to implement a better native libraries support in Gradle, but it may be useful also for other purposes.
```kotlin
id("io.github.gradleUp.os-arch") version "0.0.1"
```