-
## 개요
- root 프로젝트를 설정하고 하위에 subProject 를 구성하는 멀티 모듈 형태로 설계
- root 프로젝트 "build.gradle" 을 설정하고 하위 모듈에 "src"와 "build.gradle" 을 구성하여 subProject 로 등록
- 모든 모듈에서 사용되는 의존성 등록 (lombok)
- 서브 모듈 생성하여 applica…
-
Can you tell me if this is how things are supposed to work?
I have a Gradle project hosted in a GitHub repo. I have a simple GitHub workflow that runs a standard `./gradlew build` and also uses th…
-
- Plugin Name:
- Plugin Version: 6.17
- OS Name: Mac OS X
- OS Version: 10.15.7
- Java Version: 11.0.10
- App Name: WebStorm
- App Full Name: WebStorm
- Is Snapshot: false
- App Build: WS-211.6693.10…
-
### What happened?
I have a selenium test which is working fine till version v4.16.1 and is working fine with latest chrome version. but as soon as i update the selenium version to 4.17, Chrome is …
-
Type: Bug
Summary: the ms-vsliveshare.vsliveshare-pack extension cannot be found when attempting to upgrade it via the command line using --force.
The issue is that the ms-vsliveshare.vsliveshare-p…
-
Originally filed at https://github.com/eclipse-jdtls/eclipse.jdt.ls/issues/2985 .
Lombok is using JDT ECJ (`org.eclipse.jdt.core.compiler.batch`) internals (eg. https://github.com/projectlombok/lom…
-
### Package information | 软件包信息
包名 | 版本
-- | --
magics++ | [4.15.0-2](https://github.com/deepin-community/magicsplusplus/commit/03d0ae912de950bb6b18c314ae10bc7c187724c0)
dh-fortran-mod | [0.32](http…
-
I'm not quite sure what was the reason, but after upgraged from 3.1.x I've got this at tests runtime
```
Parameter org.springframework.data.mapping.Parameter@107c37d1 does not have a name
org.…
-
The `gradle publish` (both `publishToMavenLocal` and `publishAllPublicationsToMavenRepository`) does not publish generated sources jar when using `splitEnvironmentSourceSets()`. Though it does publish…
-
Hi, I'd like to know if anyone can help me.
I have a setup of microservices registering to a netflix discovery server, and I'm having problems using webClient to communicate with the servers using …