Sebastian Thomschke
Sebastian Thomschke
As a workaround you can use ```groovy buildscript { repositories { mavenCentral() mavenLocal() google() maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' } } dependencies { classpath "com.bytedance.android:aabresguard-plugin:0.1.10" } } ```
As a workaround you can use ```groovy buildscript { repositories { mavenCentral() mavenLocal() google() maven { url 'https://raw.githubusercontent.com/martinloren/AabResGuard/mvn-repo' } } dependencies { classpath "com.bytedance.android:aabresguard-plugin:0.1.10" } } ```
@singun-lxd that is unfortunately not working. aabresguard is not published there. See https://artifact.bytedance.com/repository/byteX/com/bytedance/android/aabresguard-plugin/0.1.9/aabresguard-plugin-0.1.9.pom and since jcenter.bintray.com is down it seems not to be possible anymore to get the plugin from...
Toolchain awareness would be really appreciated. I too just encountered a situation where I need this. The exec-maven-plugin also supports this. Maybe you can have a look at their implementation:...
Yeah, would be nice the maven toolchains plugin would provide an `AbstractToolchainAwareMavenPlugin` with all the boilerplate. Here is another example where a plugin was made toolchain aware, maybe it helps...
@Gama11 @Simn I believe the error is somewhere in https://github.com/vshaxe/haxe-language-server/blob/master/src/haxeLanguageServer/features/haxe/DiagnosticsFeature.hx but I have difficulties understanding the logic that is applied there. I would really appreciate if you could have a...
@Darthagnon there is also https://github.com/monoblaine/MarkdownViewerPlusPlus which seems pretty active
Apparently in my case an extra new line char was added accidentally to the token file on the worker nodes which prevented them from joining the controller. After I fixed...
Running an empty openfl app on Android 5 (Galaxy S5 LTE-A, Snapdragon 805) with 60 FPS results in 5% CPU usage. On 30 FPS it's 3%. HaxeUI apps seem to...
``` $ docker ps CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f1b417d5a11a fabiocicerchia/nginx-lua:1-alpine "/docker-entrypoint.…" 33 seconds ago Up 31 seconds (health: starting) 80/tcp, 443/tcp v_web.1.1yufkt3ek0atkc894z21lqset ``` I am not...