Skip to content

Conversation

@osipxd
Copy link
Member

@osipxd osipxd commented May 13, 2018

Properties bukkit.buildtools and bukkit.run.dir was removed.

Now you can define it in local.properties file (that was automatically created in project root on refresh):

# Absolute path to directory that contains BuildTools.jar
buildtools.dir=/path/to/buildtools/
# Absolute path to dev server
server.dir=/path/to/buildtools/

Or you can define it globally (for all projects that uses BukkitGradle) with environment variables
BUKKIT_DEV_SERVER_HOME and BUILDTOOLS_HOME.

@codecov
Copy link

codecov bot commented May 13, 2018

Codecov Report

Merging #14 into develop will decrease coverage by 3.51%.
The diff coverage is 4.76%.

Impacted file tree graph

@@              Coverage Diff              @@
##             develop      #14      +/-   ##
=============================================
- Coverage      44.01%   40.49%   -3.52%     
+ Complexity        73       72       -1     
=============================================
  Files             18       18              
  Lines            334      363      +29     
  Branches          36       43       +7     
=============================================
  Hits             147      147              
- Misses           171      200      +29     
  Partials          16       16
Impacted Files Coverage Δ Complexity Δ
...ode/bukkitgradle/extension/RunConfiguration.groovy 31.03% <ø> (-1.23%) 5 <0> (ø)
...u/endlesscode/bukkitgradle/extension/Bukkit.groovy 83.33% <ø> (ø) 4 <0> (ø) ⬇️
...endlesscode/bukkitgradle/task/PrepareServer.groovy 10% <0%> (ø) 1 <0> (ø) ⬇️
...ndlesscode/bukkitgradle/server/SystemScript.groovy 0% <0%> (ø) 0 <0> (ø) ⬇️
...y/ru/endlesscode/bukkitgradle/meta/MetaFile.groovy 81.08% <100%> (ø) 21 <0> (-1) ⬇️
.../endlesscode/bukkitgradle/server/ServerCore.groovy 5.94% <2.63%> (-1.21%) 2 <1> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dfae361...9c9284b. Read the comment docs.

@osipxd osipxd merged commit 0fe7563 into develop May 13, 2018
@osipxd osipxd deleted the feature/localProperties branch May 13, 2018 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants