Revert changes that makes the artifact name lowercase
This commit is contained in:
parent
eb893d62c9
commit
ab53a18f6c
6 changed files with 7 additions and 7 deletions
|
|
@ -25,7 +25,7 @@ repositories {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
compileOnly("org.zhdev.bukman:bukman:VERSION")
|
||||
compileOnly("org.zhdev.bukman:Bukman:VERSION")
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -44,7 +44,7 @@ dependencies {
|
|||
<!-- Bukman dependency -->
|
||||
<dependency>
|
||||
<groupId>org.zhdev.bukman</groupId>
|
||||
<artifactId>bukman</artifactId>
|
||||
<artifactId>Bukman</artifactId>
|
||||
<version>VERSION</version>
|
||||
<scope>provided</scope>
|
||||
</dependency>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue