Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 Java 转换代码存储库。使用本地 IDE(如 IntelliJ)编写代码并发布到 Foundry 代码库需要哪些步骤?
确保您的存储库已升级到最新的语言版本。然后在您的代码存储库的创作显示中:
在您的本地机器上:
git clone <URI>
./gradleww idea