Giter VIP home page Giter VIP logo

Comments (5)

rspieldenner avatar rspieldenner commented on June 3, 2024

No plans to change this behavior. Designed to release entire directory
together, so root should apply the plugin.
On Sun, Nov 8, 2015 at 5:43 PM Artem Zinnatullin [email protected]
wrote:

Steps to reproduce:

  1. Clone RxJava repo https://github.com/ReactiveX/RxJava
  2. Create subdir rxjava
  3. Move src, build.gradle, gradle.properties to the rxjava folder
  4. Change settings.gradle to include ':rxjava'

The problem is that this plugin thinks that rootProject declares release
task, but this is not true for setup when root project is just a container
for subprojects (which is normal and common setup).

project.rootProject.tasks.release.dependsOn(task) in the ReleasePlugin —
is the reason of failure with message: Could not find property 'release' on
task set.


Reply to this email directly or view it on GitHub
#33.

from nebula-release-plugin.

artem-zinnatullin avatar artem-zinnatullin commented on June 3, 2024

But why? :( Do you see some drawbacks of subproject structure? I'm blocked by this in ReactiveX/RxJava#3503.

from nebula-release-plugin.

rspieldenner avatar rspieldenner commented on June 3, 2024

I think projects with different release cadences should be in different
repositories.

On Mon, Nov 9, 2015 at 2:53 AM Artem Zinnatullin [email protected]
wrote:

But why? :( Do you see some drawbacks of subproject structure? I'm blocked
by this in ReactiveX/RxJava#3503
ReactiveX/RxJava#3503.


Reply to this email directly or view it on GitHub
#33 (comment)
.

from nebula-release-plugin.

rspieldenner avatar rspieldenner commented on June 3, 2024

So

// build.gradle at root of project
allprojects {
  apply plugin: 'nebula.nebula-release'
}

// build.gradle in rxjava subdir
// whatever plugins and dependencies as needed

from nebula-release-plugin.

artem-zinnatullin avatar artem-zinnatullin commented on June 3, 2024

@rspieldenner applying plugin to allprojects works, thanks!

from nebula-release-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.