Skip to content

Commit a3896bc

Browse files
committed
fix: Add initial compile java task for classgraph generation
1 parent 4ee62a7 commit a3896bc

File tree

45 files changed

+68
-203
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+68
-203
lines changed

harness/tests/FreeformRegistrationFileTestClass.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
registeredName = FreeformRegistrationFileTestClass
55
fqName = godot.tests.freeform.FreeformRegistrationFileTestClass
6-
relativeSourcePath = src/main/kotlin/godot/tests/freeform/FreeformRegistrationFileTestClass.kt
76
baseType = Node
87
supertypes = [
98
godot.api.Node,
109
godot.api.Object,
1110
godot.core.KtObject,
1211
godot.common.interop.NativeWrapper,
13-
godot.common.interop.NativePointer,
14-
kotlin.Any
12+
godot.common.interop.NativePointer
1513
]
1614
signals = [
1715

harness/tests/scripts/CopyModificationCheckTestClass.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
registeredName = CopyModificationCheckTestClass
55
fqName = CopyModificationCheckTestClass
6-
relativeSourcePath = otherSourceDir/CopyModificationCheckTestClass.kt
76
baseType = Node3D
87
supertypes = [
98
godot.api.Node3D,
109
godot.api.Node,
1110
godot.api.Object,
1211
godot.core.KtObject,
1312
godot.common.interop.NativeWrapper,
14-
godot.common.interop.NativePointer,
15-
kotlin.Any
13+
godot.common.interop.NativePointer
1614
]
1715
signals = [
1816

harness/tests/scripts/CoreTypePropertyChecks.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
registeredName = CoreTypePropertyChecks
55
fqName = CoreTypePropertyChecks
6-
relativeSourcePath = otherSourceDir/CoreTypePropertyChecks.kt
76
baseType = Node
87
supertypes = [
98
godot.api.Node,
109
godot.api.Object,
1110
godot.core.KtObject,
1211
godot.common.interop.NativeWrapper,
13-
godot.common.interop.NativePointer,
14-
kotlin.Any
12+
godot.common.interop.NativePointer
1513
]
1614
signals = [
1715

harness/tests/scripts/ScriptInOtherSourceDir.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
registeredName = ScriptInOtherSourceDir
55
fqName = ScriptInOtherSourceDir
6-
relativeSourcePath = otherSourceDir/ScriptInOtherSourceDir.kt
76
baseType = Node
87
supertypes = [
98
godot.api.Node,
109
godot.api.Object,
1110
godot.core.KtObject,
1211
godot.common.interop.NativeWrapper,
13-
godot.common.interop.NativePointer,
14-
kotlin.Any
12+
godot.common.interop.NativePointer
1513
]
1614
signals = [
1715

harness/tests/scripts/dependencies/flattened-library-tests/godot/tests/library/flattened/FLSimple.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
registeredName = FLSimple
55
fqName = godot.tests.library.flattened.Simple
6-
relativeSourcePath = src/main/kotlin/godot/tests/library/flattened/Simple.kt
76
baseType = Node3D
87
supertypes = [
98
godot.api.Node3D,
109
godot.api.Node,
1110
godot.api.Object,
1211
godot.core.KtObject,
1312
godot.common.interop.NativeWrapper,
14-
godot.common.interop.NativePointer,
15-
kotlin.Any
13+
godot.common.interop.NativePointer
1614
]
1715
signals = [
1816

harness/tests/scripts/dependencies/fqname-library-tests/godot/tests/library/fqname/godot_tests_library_fqname_FQNLSimple.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
registeredName = godot_tests_library_fqname_FQNLSimple
55
fqName = godot.tests.library.fqname.Simple
6-
relativeSourcePath = src/main/kotlin/godot/tests/library/fqname/Simple.kt
76
baseType = Node3D
87
supertypes = [
98
godot.api.Node3D,
109
godot.api.Node,
1110
godot.api.Object,
1211
godot.core.KtObject,
1312
godot.common.interop.NativeWrapper,
14-
godot.common.interop.NativePointer,
15-
kotlin.Any
13+
godot.common.interop.NativePointer
1614
]
1715
signals = [
1816

harness/tests/scripts/dependencies/fqname-library-tests/godot/tests/library/fqname/godot_tests_library_fqname_FQNLSimpleChild.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
registeredName = godot_tests_library_fqname_FQNLSimpleChild
55
fqName = godot.tests.library.fqname.SimpleChild
6-
relativeSourcePath = src/main/kotlin/godot/tests/library/fqname/SimpleChild.kt
76
baseType = Node3D
87
supertypes = [
98
godot.tests.library.fqname.Simple,
@@ -12,8 +11,7 @@ supertypes = [
1211
godot.api.Object,
1312
godot.core.KtObject,
1413
godot.common.interop.NativeWrapper,
15-
godot.common.interop.NativePointer,
16-
kotlin.Any
14+
godot.common.interop.NativePointer
1715
]
1816
signals = [
1917

harness/tests/scripts/dependencies/hierarchical-library-tests/godot/tests/library/hierarchical/HLSimple.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@
33

44
registeredName = HLSimple
55
fqName = godot.tests.library.hierarchical.Simple
6-
relativeSourcePath = src/main/kotlin/godot/tests/library/hierarchical/Simple.kt
76
baseType = Node3D
87
supertypes = [
98
godot.api.Node3D,
109
godot.api.Node,
1110
godot.api.Object,
1211
godot.core.KtObject,
1312
godot.common.interop.NativeWrapper,
14-
godot.common.interop.NativePointer,
15-
kotlin.Any
13+
godot.common.interop.NativePointer
1614
]
1715
signals = [
1816

harness/tests/scripts/godot/tests/CoreTypesIdentityTest.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
registeredName = CoreTypesIdentityTest
55
fqName = godot.tests.CoreTypesIdentityTest
6-
relativeSourcePath = src/main/kotlin/godot/tests/CoreTypesIdentityTest.kt
76
baseType = Node
87
supertypes = [
98
godot.api.Node,
109
godot.api.Object,
1110
godot.core.KtObject,
1211
godot.common.interop.NativeWrapper,
13-
godot.common.interop.NativePointer,
14-
kotlin.Any
12+
godot.common.interop.NativePointer
1513
]
1614
signals = [
1715

harness/tests/scripts/godot/tests/FuncRefTest.gdj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,13 @@
33

44
registeredName = FuncRefTest
55
fqName = godot.tests.FuncRefTest
6-
relativeSourcePath = src/main/kotlin/godot/tests/FuncRefTest.kt
76
baseType = Node
87
supertypes = [
98
godot.api.Node,
109
godot.api.Object,
1110
godot.core.KtObject,
1211
godot.common.interop.NativeWrapper,
13-
godot.common.interop.NativePointer,
14-
kotlin.Any
12+
godot.common.interop.NativePointer
1513
]
1614
signals = [
1715
test

0 commit comments

Comments
 (0)