We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The command: mkdir -p build/dependency && (cd build/dependency; jar -xf ../libs/*.jar)
Does not extract the jars properly. I had to manually extract the jars to build/dependency one by one.
Environment: echo "$SHELL" /bin/zsh
Hardware Overview:
Model Name: MacBook Pro Model Identifier: MacBookPro15,1 Processor Name: 6-Core Intel Core i9 Processor Speed: 2.9 GHz Number of Processors: 1 Total Number of Cores: 6 L2 Cache (per Core): 256 KB L3 Cache: 12 MB Hyper-Threading Technology: Enabled Memory: 32 GB System Firmware Version: 1554.140.20.0.0 (iBridge: 18.16.14759.0.1,0) Serial Number (system): C02XH23CJGH6 Hardware UUID: 490E9437-0372-5CFE-91ED-12806BB4B60D Provisioning UDID: 490E9437-0372-5CFE-91ED-12806BB4B60D Activation Lock Status: Disabled
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The command:
mkdir -p build/dependency && (cd build/dependency; jar -xf ../libs/*.jar)
Does not extract the jars properly.
I had to manually extract the jars to build/dependency one by one.
Environment:
echo "$SHELL"
/bin/zsh
Hardware Overview:
Model Name: MacBook Pro
Model Identifier: MacBookPro15,1
Processor Name: 6-Core Intel Core i9
Processor Speed: 2.9 GHz
Number of Processors: 1
Total Number of Cores: 6
L2 Cache (per Core): 256 KB
L3 Cache: 12 MB
Hyper-Threading Technology: Enabled
Memory: 32 GB
System Firmware Version: 1554.140.20.0.0 (iBridge: 18.16.14759.0.1,0)
Serial Number (system): C02XH23CJGH6
Hardware UUID: 490E9437-0372-5CFE-91ED-12806BB4B60D
Provisioning UDID: 490E9437-0372-5CFE-91ED-12806BB4B60D
Activation Lock Status: Disabled
The text was updated successfully, but these errors were encountered: