Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

First pass at first-class support for Java projects #3261

Merged
merged 54 commits into from
Jul 18, 2024
Merged
Changes from 1 commit
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
7ace634
.
lihaoyi Jul 15, 2024
51eab46
.
lihaoyi Jul 15, 2024
89c6840
.
lihaoyi Jul 15, 2024
cb00816
.
lihaoyi Jul 15, 2024
279c6fd
.
lihaoyi Jul 15, 2024
db0091c
.
lihaoyi Jul 15, 2024
5b83595
.
lihaoyi Jul 15, 2024
a327384
.
lihaoyi Jul 15, 2024
eab9595
.
lihaoyi Jul 15, 2024
c26d67e
.
lihaoyi Jul 15, 2024
478f7b9
.
lihaoyi Jul 15, 2024
c1f7401
.
lihaoyi Jul 15, 2024
e190eb8
javabuilds/1-common-config passes
lihaoyi Jul 15, 2024
36a8598
javabuilds/2-custom-tasks passes
lihaoyi Jul 15, 2024
7f797c1
3-override-tasks
lihaoyi Jul 16, 2024
245e669
4-nested-modules
lihaoyi Jul 16, 2024
a8d9422
5-test-suite
lihaoyi Jul 16, 2024
e9e300d
6-publish-module
lihaoyi Jul 16, 2024
74b01d8
8-compat-modules
lihaoyi Jul 16, 2024
dfc961e
9-realistic
lihaoyi Jul 16, 2024
cbbfb74
cleanup
lihaoyi Jul 16, 2024
00ffcc6
1-compilation-execution-flags
lihaoyi Jul 16, 2024
db3714b
2-ivydeps
lihaoyi Jul 16, 2024
64a5fcf
3-run-compile-deps
lihaoyi Jul 16, 2024
706dbf4
4-test-deps
lihaoyi Jul 16, 2024
0ae463a
6-docjar
lihaoyi Jul 16, 2024
eb8b92d
7-unamanaged-jars
lihaoyi Jul 16, 2024
73b8012
8-main-class
lihaoyi Jul 16, 2024
e44544a
9-downloading-non-maven-jars
lihaoyi Jul 16, 2024
d86a2b3
10-assembly-config
lihaoyi Jul 16, 2024
f96c47e
11-repository-config
lihaoyi Jul 16, 2024
85e4100
JavaModleConfig
lihaoyi Jul 16, 2024
090f484
.
lihaoyi Jul 16, 2024
2792513
.
lihaoyi Jul 16, 2024
d0737f2
fixes
lihaoyi Jul 16, 2024
66e79ab
fixes
lihaoyi Jul 16, 2024
fbb0080
fixes
lihaoyi Jul 16, 2024
05ee522
.
lihaoyi Jul 16, 2024
40102ef
.
lihaoyi Jul 16, 2024
9c10ebd
.
lihaoyi Jul 16, 2024
1b86722
.
lihaoyi Jul 16, 2024
da3e3a0
.
lihaoyi Jul 16, 2024
1fdf175
Update docs/modules/ROOT/nav.adoc
lihaoyi Jul 16, 2024
c1fef35
.
lihaoyi Jul 16, 2024
75fe591
.
lihaoyi Jul 16, 2024
4d8c7f3
.
lihaoyi Jul 16, 2024
e1d4007
.
lihaoyi Jul 16, 2024
912d71e
Fixed adoc include
lefou Jul 16, 2024
9c4627f
Fail the antora build if any error is logged
lefou Jul 16, 2024
98fa359
Fixed outstanding antora errors
lefou Jul 16, 2024
7e97c67
Update example/javabuilds/8-compat-modules/build.sc
lihaoyi Jul 17, 2024
963f30e
Update example/javabuilds/8-compat-modules/build.sc
lihaoyi Jul 17, 2024
dce0f3f
remove-dead
lihaoyi Jul 17, 2024
8e9ca8f
remove-dead
lihaoyi Jul 17, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
.
  • Loading branch information
lihaoyi committed Jul 15, 2024
commit c1f7401e3d5d9888d47ac93f5b620153e6587451
1 change: 1 addition & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@ object example extends MillScalaModule {
def upstreamCross(s: String) = s match{
case "basicjava" => basic
case "javabuilds" => scalabuilds
case "scalamodule" => scalamodule
}

def buildScLines = T{
Expand Down
Loading