-
**Command**
`gradle-profiler --profile buildscan -scenario-file performance.scenarios`
**performance.scenarios**
```
default-scenarios = [
"clean_build",
"just_rebuild"
]
clean_build {…
-
Hi, when I try to build the korge "Hello World" for an iOS device, the gradle task `iosBuildDeviceRelease` fails, see [iosBuildDeviceRelease.log](https://github.com/korlibs/korge/files/10527047/iosBui…
-
While I don't see any need to switch directly to Kotlin now, I could see benefits in targeting a more recent version of the Gradle Wrapper (currently at 3.4) and the Android Gradle Plugin (currently a…
-
This the assemble command yields an error:
```
./gradlew assemble --stacktrace
FAILURE: Build failed with an exception.
* What went wrong:
Could not determine java version from '11.0.9'.
…
-
Hello every one,
I'm facing the following problem "failed to apply scala plugin"
Steps:
1. Download(Done).
2. download-dependencies.bat (Done).
3. Run the gradle wrapper gradlew.bat build -x lint --…
-
Hi, I created a new vanilla project with react native 0.71.11 and added "@hmscore/react-native-hms-map"
Everything worked well.
However, after upgrading to React Native 0.72.0, the build fails on …
-
Hi,
I'm currently having some issues running minerl for the first time.
I'm on macOS 10.15.6, working in a python 3.7 venv. I'm getting the following issue:
```
Traceback (most recent call last):…
-
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'libvlc':
The specified module could not be found.
The specified module could not be found.
The specified modul…
-
Hi!
I've tried to generate license report on a project, but it fails on portlet-api-2.0.jar, probably because the pom.xml contains the following entry:
``` xml
org.apache.maven.plugins…
-
We have a fairly large project and run the Gradle Profiler in CI. I often see that benchmarks finish successfully, but Gradle runs out of memory when stopping the daemons.
This is the log. Notice …