tylerbenson / vyllage

https://www.vyllage.com
4 stars 0 forks source link

Update New Relic #1218

Closed UnspeakableHorror closed 8 years ago

UnspeakableHorror commented 8 years ago

Closes https://github.com/natebenson/vyllage/issues/1205.

Added download task to get New Relic latest agent by version.

UnspeakableHorror commented 8 years ago

Adding here too for reference.

carlos:
unfortunately the /current directory does not have a current.zip but /current/newrelic-java-3.23.0.zip, so the moment they change it the build will break :confused:

Instead the version has to be written in the newrelicVersion property. This will always work.

tylerbenson commented 8 years ago

See comment in chat.

UnspeakableHorror commented 8 years ago

Ok, but how do you get the agent then? Gradle downloads it into something like

/.gradle/caches/modules-2/files-2.1/org.springframework/spring-core/4.2.3.RELEASE/3ed00dad7a16b2a28df9348294f6a67151f43cf6/

Plus you still need to change the version number, we do not gain anything from changing it, save for avoiding the unzipping.

UnspeakableHorror commented 8 years ago

@tylerbenson

UnspeakableHorror commented 8 years ago

Apparently it's possible to do just that, I'll change it and try it.