OpenSearch/buildSrc
Simon Willnauer b22c526b34 Cut over settings registration to a pull model (#18890)
Today we have a push model for registering basically anything. All our extension points
are defined on modules which we pass in to plugins. This is harder to maintain and adds
unnecessary dependencies on the modules itself. This change moves towards a pull model
where the plugin offers a getter kind of method to get the extensions. This will also
help in the future if we need to pass dependencies to the extension points which can
easily be defined on the method as arguments if a pull model is used.
2016-06-16 15:52:58 +02:00
..
src Cut over settings registration to a pull model (#18890) 2016-06-16 15:52:58 +02:00
.gitignore Build: Add fake project to include buildSrc as normal project 2016-05-06 22:26:15 -07:00
build.gradle Move NamingConventionsCheck into buildSrc 2016-06-14 18:30:34 -04:00
version.properties Add microbenchmarking infrastructure (#18891) 2016-06-15 16:48:02 +02:00