mirror of
https://github.com/ethauvin/kobalt.git
synced 2025-04-29 17:38:12 -07:00
Moved common files to com.beust.kobalt package
Moved files that were originally under com.beust.kobalt.plugin.java package to com.beust.kobalt package so that all plugins can access those classes. Most probably, we should subsequently move these to com.beust.kobalt.api or com.beust.kobalt.common package.
This commit is contained in:
parent
f31141d3bb
commit
f11d651a92
13 changed files with 19 additions and 16 deletions
|
@ -8,7 +8,7 @@ import com.beust.kobalt.kotlin.BuildFile
|
|||
import com.beust.kobalt.kotlin.ScriptCompiler
|
||||
import com.beust.kobalt.maven.*
|
||||
import com.beust.kobalt.misc.*
|
||||
import com.beust.kobalt.plugin.java.SystemProperties
|
||||
import com.beust.kobalt.SystemProperties
|
||||
import com.beust.kobalt.plugin.publish.JCenterApi
|
||||
import com.beust.kobalt.plugin.publish.UnauthenticatedJCenterApi
|
||||
import com.beust.kobalt.wrapper.Wrapper
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue