-
### Forge Version
14.23.5.2860
### Galacticraft Version
github source
### Log or Crash Report
Cause: dev.galacticraft.gradle.commons.plugin.TeamConstants$Repositories$Hosted.legacyCommon()Lorg/gr…
-
The following is in the build.gradle file of micro-server and it should be removed:
compile(group: 'org.projectlombok', name: 'lombok', version:'1.16.2') {
This dependency was originally in the M…
-
Cause: superclass access check failed: class butterknife.compiler.ButterKnifeProcessor$RScanner (in unnamed module @0x69d73d) cannot access class com.sun.tools.javac.tree.TreeScanner (in module jdk.co…
-
**Describe the bug**
Lombok breaks silently if annotation without ElementType.TYPE is used on a type.
This results in "cannot find symbol" on every usage of lombok-generated symbols.
It's very har…
-
16강에서 생긴 문제를 무시하고 진행을 하다가 19,20 강 lombok 관련 강의를 듣고 하라는 대로 변경하면서 테스트를 진행하다보니
또 막혀서 이제는 이렇게 에러가 난채로 진행을 해도 되는건지 모르겟네요..
lombok 강의를 들으면서 `new Restaurant` 부분들을 `builder` 로 변경하는 부분을 진행하다가
`Restau…
-
```
./gradlew build
Type-safe project accessors is an incubating feature.
'main' component in project ':native' cannot build on this machine.
> Task :native:test FAILED
JNISolutionVerifierTes…
fenhl updated
6 months ago
-
So by default test containers logs in the following form:
```
14:42:17.885|INFO |🐳 [gcr.io/etcd-development/etcd:v3.3] - Creating container for image: gcr.io/etcd-development/etcd:v3.3
14:42:18.2…
-
### Shadow Version
6.0.0
### Gradle Version
6.4.1
### Expected Behavior
Plugin on nexus
### Actual Behavior
Plugin not found
### Gradle Build Script(s)
plugins {
id 'com.github…
-
-
Some questions on moving Jumpstart to Kotlin
- Should we migrate all existing classes to Kotlin?
- Or is it enough to just add the gradle dependencies and plugins
- Should we remove Lombok, as it…