Sindre Stephansen
1b4f4bd3e8
Update sync Dockerfile to work with new version of Alpine
10 月之前
Sindre Stephansen
b25adf6e51
Preload gradle versions in the docker image
11 月之前
Sindre Stephansen
79a96374be
Add logging of version decisions
2 年之前
Sindre Stephansen
9ec363949d
Fix handling of BOMs
2 年之前
Sindre Stephansen
c1136c7994
Handle gradle dir errors better
2 年之前
Sindre Stephansen
094a815065
Update error message
2 年之前
Sindre Stephansen
445bea0dce
Use reposilite as mirror for everything
2 年之前
Sindre Stephansen
2e8c71c3e7
Fix bug when default version is string
2 年之前
Sindre Stephansen
5c4a466c97
Rename group default version tag
2 年之前
Sindre Stephansen
0f89d97b5a
Allow group packages to add or subtract from the default versions
2 年之前
Sindre Stephansen
c2fc1b31c5
Use gradle wrapper to download different gradle versions
This allows 'latest' gradle version
2 年之前
Sindre Stephansen
bb47412145
Restructure gradle code
2 年之前
Sindre Stephansen
c6ed272d93
Cache gradle binaries between runs
2 年之前
Sindre Stephansen
e0718855ab
Restructure and optimize imports
2 年之前
Sindre Stephansen
29622e102b
Add support for using latest or stable kotlin version
2 年之前
Sindre Stephansen
1023d0f2e5
Add separate mirrors for packages and plugins
2 年之前
Sindre Stephansen
a1121029cb
Move responsibility for splitting configurations to gradle generator
2 年之前
Sindre Stephansen
114e047a1c
Minor fix
2 年之前
Sindre Stephansen
0e73c1d6df
Allow configurations to have multiple kotlin and gradle versions
2 年之前
Sindre Stephansen
52525735d7
Reorganize config handling code
2 年之前
Sindre Stephansen
7a60becd91
Add support for core gradle plugins
2 年之前
Sindre Stephansen
8d0c1ee15d
Add support for resolving latest or stable version of plugins
2 年之前
Sindre Stephansen
15aa4ea177
Add support for resolving latest or stable version of packages
2 年之前
Sindre Stephansen
938147ba65
Minor fixes
2 年之前
Sindre Stephansen
66e8cba3e7
Add a dataclass for package
2 年之前
Sindre Stephansen
0fe75c46ce
Reorganize python code
2 年之前
Sindre Stephansen
e386398eb6
Make the gradle version optional
2 年之前
Sindre Stephansen
4389c0a10e
Add support for multiple gradle versions
2 年之前
Sindre Stephansen
e3adc2ea2e
Dynamically shorten generated gradle file
The dependency section is not generated when no packages are given. This makes the config file easier to read for plugin-only configs.
2 年之前
Sindre Stephansen
e47277824e
Restructure and simplify config file
2 年之前
Sindre Stephansen
d848a7d0bd
Allow missing _versions in package group
2 年之前
Sindre Stephansen
5626d1029e
Update JVM version for gradle
2 年之前
Sindre Stephansen
4e60c80394
Rewrite to support multiple kotlin versions ( #27 )
* WIP Try to add variant support
* Rewrite package resolver
The new version adds support for multiple kotlin versions, and direct support for plugins. The total runtime is lower because the resolver does less work.
* Update README
2 年之前
Sindre Stephansen
253a36cbbc
Fix gradle configuration to avoid error logs
2 年之前
Sindre Stephansen
729dcb7a81
Increase log level to avoid low-level logs
2 年之前
Sindre Stephansen
6e710333ec
Increase gradle memory limit
2 年之前
Sindre Stephansen
38effcde85
Add more logging
2 年之前
Sindre Stephansen
10c9256d84
Switch to alpine in sync container
2 年之前
Sindre Stephansen
592404f0f1
Fix handling of packages without javadoc or sources
2 年之前
Sindre Stephansen
f2a43d0941
Fix resolving of BOM dependencyManagement
2 年之前
Sindre Stephansen
5378227573
Fix return code
2 年之前
Sindre Stephansen
749c6a534f
Add sources and javadoc for top-level dependencies
2 年之前
Sindre Stephansen
ea64e50266
Avoid duplication of packages in sync container
2 年之前
Sindre Stephansen
3d99fdb7bf
Fix order of operations in Dockerfile
2 年之前
Sindre Stephansen
084b5e454d
Remove hardcoded repo url
2 年之前
Sindre Stephansen
0db241e723
Change the sync job to use gradle
2 年之前
Sindre Stephansen
7e29a48034
Download javadoc and sources
3 年之前
Sindre Stephansen
b4ff2c1d51
Generate quarkus project during download, and add tests
Some dependencies are not catched by the quarkus bom, so it's
necessary to generate and build a project to cache them.
The new automatic test disables all external networking and tries to
generate and build the quarkus project.
3 年之前
Sindre Stephansen
2183f80fe6
Unify all proxies into a single repository
3 年之前
Sindre Stephansen
5539f30a3e
Set maven os classifier
3 年之前