-
## Bug Report
### Capacitor Version
```
Capacitor Doctor
Latest Dependencies:
@capacitor/cli: 6.1.1
@capacitor/core: 6.1.1
@capacitor/android: 6.1.1
@capacitor/ios: 6.1.1
…
-
Building failure
`Windows 10, Version 1903, Build 19025.1`
```
$ java --version
java 13.0.1 2019-10-15
Java(TM) SE Runtime Environment (build 13.0.1+9)
Java HotSpot(TM) 64-Bit Server VM (build 1…
-
I see that you don't have an EasySRL.jar file in the repository. In the commits, it looks like it was removed recently. Without the jar file, you can build one using Apache Ant, but there aren't any i…
-
in plain Java-OpenJDK (not android) I'm getting:
```
12:18:06 Errors occurred while build effective model from /mnt/ebs/jenkins/.gradle/caches/modules-2/files-2.1/org.mariuszgromada.math/MathParser.…
-
pit:
[pitest] 14:03:07 PIT >> INFO : Verbose logging is disabled. If you encounter an problem please enable it before reporting an issue.
[pitest] 14:03:07 PIT >> INFO : MINION : ����: �Ҳ�����…
-
I am kind of out of ideas here. This doesnt look like an obvious issue with the plugin but I can't find anyone else sharing a similar issues. Is it possible that a downstream dependency is missing a d…
-
We know the build will fail on Windows machines running ant on staticSearch "out of the box." The developers are aware of this but didn't have Windows machines available to help them debug it. We may …
-
Running `ant jar` on vanilla git repository fails to build. Yields several instances of:
> error: unmappable character for encoding UTF8
> [javac] Copyright � 1999 CERN - European Organization fo…
-
##### ISSUE TYPE
* Bug Report
##### COMPONENT NAME
~~~
UI
~~~
##### CLOUDSTACK VERSION
~~~
4.18
~~~
##### CONFIGURATION
N/A
##### OS / ENVIRONMENT
Mac OS X Sonoma…
-
For every dependency I always get:
warning unused-dependency this dependency is unused and can be removed
Here is my gradle file
buildscript { repositories { jcenter() } …